about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:42 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:49 +0100
commit5ad85554ae52a3ce3223108f0f946db8d60c11ec (patch)
treea1e66c8114e4a61f956f5f418dffc4a43a0484d9
parent600653211afb9678545a4249dbd15182e75162a1 (diff)
downloadhrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.gz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.xz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.zip
switch to voidlinux.org
-rw-r--r--installer.sh.in8
-rwxr-xr-xmkhrmpf.sh4
-rw-r--r--mklive.sh.in2
-rw-r--r--mkrootfs.sh.in2
4 files changed, 8 insertions, 8 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 969953f..204d2fe 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -88,7 +88,7 @@ WIDGET_SIZE="10 70"
 DIALOG() {
     rm -f $ANSWER
     dialog --colors --keep-tite --no-shadow --no-mouse \
-        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \
+        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.org/ (@@MKLIVE_VERSION@@)${RESET}" \
         --cancel-label "Back" --aspect 20 "$@" 2>$ANSWER
     return $?
 }
@@ -96,7 +96,7 @@ DIALOG() {
 INFOBOX() {
     # Note: dialog --infobox and --keep-tite don't work together
     dialog --colors --no-shadow --no-mouse \
-        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \
+        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.org/ (@@MKLIVE_VERSION@@)${RESET}" \
         --title "${TITLE}" --aspect 20 --infobox "$@"
 }
 
@@ -788,7 +788,7 @@ set_bootloader() {
 
 test_network() {
     rm -f xtraeme.asc && \
-        xbps-uhelper fetch http://repo.voidlinux.eu/live/xtraeme.asc >$LOG 2>&1
+        xbps-uhelper fetch http://alpha.de.repo.voidlinux.org/live/xtraeme.asc >$LOG 2>&1
     if [ $? -eq 0 ]; then
         DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
         NETWORK_DONE=1
@@ -1411,7 +1411,7 @@ Linux distribution made from scratch and built from the source package tree \
 available for XBPS, a new alternative binary package system.\n\n
 The installation should be pretty straightforward. If you are in trouble \
 please join us at ${BOLD}#voidlinux${RESET} on ${BOLD}irc.freenode.org${RESET}.\n\n
-${BOLD}http://www.voidlinux.eu${RESET}\n\n" 16 80
+${BOLD}http://www.voidlinux.org${RESET}\n\n" 16 80
 
 while true; do
     menu
diff --git a/mkhrmpf.sh b/mkhrmpf.sh
index 1a4c62f..caac6f1 100755
--- a/mkhrmpf.sh
+++ b/mkhrmpf.sh
@@ -3,8 +3,8 @@
 ./mklive.sh \
 	-T "hrmpf live/rescue system" \
 	-C "loglevel=6 printk.time=1 consoleblank=0 net.ifnames=0" \
-	-r http://repo.voidlinux.eu/current \
-	-r http://repo.voidlinux.eu/current/nonfree \
+	-r http://alpha.de.repo.voidlinux.org/current \
+	-r http://alpha.de.repo.voidlinux.org/current/nonfree \
 	-S 1024 \
 	-s "xz -Xbcj x86" \
 	-B extra/balder10.img \
diff --git a/mklive.sh.in b/mklive.sh.in
index 49842d6..69cb065 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -347,7 +347,7 @@ while getopts "a:A:B:b:r:c:C:T:Kk:l:i:I:s:S:o:p:U:h" opt; do
 done
 shift $((OPTIND - 1))
 
-XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current"
+XBPS_REPOSITORY="$XBPS_REPOSITORY --repository=http://alpha.derepo.voidlinux.org/current --repository=http://alpha.de.voidlinux.org/current/musl"
 
 ARCH=$(xbps-uhelper arch)
 
diff --git a/mkrootfs.sh.in b/mkrootfs.sh.in
index f902c1d..7f3b386 100644
--- a/mkrootfs.sh.in
+++ b/mkrootfs.sh.in
@@ -145,7 +145,7 @@ case "$PLATFORM" in
     *) _TARGET_ARCH="armv7l"; _ARCH="armv7l";;
 esac
 
-: ${XBPS_REPOSITORY:=--repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current}
+: ${XBPS_REPOSITORY:=--repository=http://alpha.de.repo.voidlinux.org/current --repository=http://alpha.de.voidlinux.org/current/musl}
 : ${XBPS_CACHEDIR:=--cachedir=$PWD/xbps-cachedir-${_TARGET_ARCH}}
 case "$PLATFORM" in
     i686*|x86_64*) PKGBASE="base-voidstrap";;