Update remaining mirror references

This commit is contained in:
Michael Aldridge 2018-09-14 02:00:05 -07:00
parent d1d2a18783
commit beaa74f4fc
5 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}"