We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7768f33 + c024b89 commit 57e67cdCopy full SHA for 57e67cd
1 file changed
repro.in
@@ -15,12 +15,11 @@ BUILDDIRECTORY=/var/lib/repro
15
16
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"
17
18
-IMG_RELEASE_TIMESTAMP="$(date -d '24 hours ago' -u +%Y.%m)".01
19
-BOOTSTRAPMIRROR="https://europe.mirror.pkgbuild.com/iso/$IMG_RELEASE_TIMESTAMP"
20
-readonly bootstrap_img=archlinux-bootstrap-"$IMG_RELEASE_TIMESTAMP"-"$(uname -m)".tar.gz
+BOOTSTRAPMIRROR="https://geo.mirror.pkgbuild.com/iso/latest"
+readonly bootstrap_img=archlinux-bootstrap-"$(uname -m)".tar.gz
21
CONFIGDIR='REPRO_CONFIG_DIR'
22
23
-HOSTMIRROR="https://europe.mirror.pkgbuild.com/\$repo/os/\$arch"
+HOSTMIRROR="https://geo.mirror.pkgbuild.com/\$repo/os/\$arch"
24
25
ARCHIVEURL="${ARCH_ARCHIVE_CACHE:-https://archive.archlinux.org/packages}"
26
0 commit comments