Jelajahi Sumber

Update remaining mirror references

Michael Aldridge 6 tahun lalu
induk
melakukan
beaa74f4fc
5 mengubah file dengan 9 tambahan dan 9 penghapusan
  1. 1 1
      Makefile
  2. 2 2
      dracut/autoinstaller/autoinstall.cfg
  3. 2 2
      dracut/autoinstaller/install.sh
  4. 1 1
      installer.sh.in
  5. 3 3
      lib.sh.in

+ 1 - 1
Makefile

@@ -27,7 +27,7 @@ ALL_PXE_ARCHS=$(foreach arch,$(PXE_ARCHS),void-$(arch)-NETBOOT-$(DATE).tar.gz)
 
 SUDO := sudo
 
-XBPS_REPOSITORY := -r https://repo.voidlinux.eu/current -r https://repo.voidlinux.eu/current/musl -r https://repo.voidlinux.eu/current/aarch64
+XBPS_REPOSITORY := -r https://alpha.de.repo.voidlinux.org/current -r https://alpha.de.repo.voidlinux.org/current/musl -r https://alpha.de.repo.voidlinux.org/current/aarch64
 COMPRESSOR_THREADS=2
 
 %.sh: %.sh.in

+ 2 - 2
dracut/autoinstaller/autoinstall.cfg

@@ -20,8 +20,8 @@
 # XBPS Configuration
 # ===
 # xbpsrepository: which repo should the install pull from
-# default: http://repo.voidlinux.eu/current
-#xbpsrepository="http://repo.voidlinux.eu/current"
+# default: http://alpha.de.repo.voidlinux.org/current
+#xbpsrepository="http://alpha.de.repo.voidlinux.org/current"
 
 # pkgs: additional packages to install into the target
 # default: none

+ 2 - 2
dracut/autoinstaller/install.sh

@@ -201,10 +201,10 @@ VAI_configure_autoinstall() {
     XBPS_ARCH="$(xbps-uhelper arch)"
     case $XBPS_ARCH in
         *-musl)
-            xbpsrepository="https://repo.voidlinux.eu/current/musl"
+            xbpsrepository="https://alpha.de.repo.voidlinux.org/current/musl"
             ;;
         *)
-            xbpsrepository="https://repo.voidlinux.eu/current"
+            xbpsrepository="https://alpha.de.repo.voidlinux.org/current"
             ;;
     esac
 

+ 1 - 1
installer.sh.in

@@ -807,7 +807,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

+ 3 - 3
lib.sh.in

@@ -270,9 +270,9 @@ set_cachedir() {
 
 # These should all resolve even if they won't have the appropriate
 # repodata files for the selected architecture.
-: "${XBPS_REPOSITORY:=--repository=http://repo.voidlinux.eu/current \
-                      --repository=http://repo.voidlinux.eu/current/musl \
-                      --repository=http://repo.voidlinux.eu/current/aarch64}"
+: "${XBPS_REPOSITORY:=--repository=http://alpha.de.repo.voidlinux.org/current \
+                      --repository=http://alpha.de.repo.voidlinux.org/current/musl \
+                      --repository=http://alpha.de.repo.voidlinux.org/current/aarch64}"