Skip to content

Commit 7768f33

Browse files
committed
Merge commit 'refs/pull/112/head' of github.com:archlinux/archlinux-repro
2 parents 9479c36 + 8ef8753 commit 7768f33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

repro.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ BUILDDIRECTORY=/var/lib/repro
1515

1616
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"
1717

18-
BOOTSTRAPMIRROR="https://europe.mirror.pkgbuild.com/iso/latest"
19-
readonly bootstrap_img=archlinux-bootstrap-"$(date +%Y.%m)".01-"$(uname -m)".tar.gz
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
2021
CONFIGDIR='REPRO_CONFIG_DIR'
2122

2223
HOSTMIRROR="https://europe.mirror.pkgbuild.com/\$repo/os/\$arch"

0 commit comments

Comments
 (0)