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