We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb4d63 commit d4ffe5eCopy full SHA for d4ffe5e
1 file changed
repro.in
@@ -12,13 +12,11 @@ BUILDDIRECTORY=/var/lib/repro
12
13
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"
14
15
-BOOTSTRAPMIRROR=https://mirror.archlinux.no/iso/latest
+BOOTSTRAPMIRROR="https://europe.mirror.pkgbuild.com/iso/latest"
16
readonly bootstrap_img=archlinux-bootstrap-"$(date +%Y.%m)".01-"$(uname -m)".tar.gz
17
CONFIGDIR='REPRO_CONFIG_DIR'
18
19
-# HOSTMIRROR=$(curl -s 'https://www.archlinux.org/mirrorlist/?protocol=https' | awk '/^#Server/ {print $3; exit}')
20
-## Hardcoded until further notice
21
-HOSTMIRROR="http://mirror.neuf.no/archlinux/\$repo/os/\$arch"
+HOSTMIRROR="https://europe.mirror.pkgbuild.com/\$repo/os/\$arch"
22
23
IMGDIRECTORY=$(mktemp -dt XXXXXXXXXX.arch_img)
24
trap "{ rm -r $IMGDIRECTORY; }" EXIT
0 commit comments