Skip to content

Commit 57e67cd

Browse files
committed
Merge commit 'refs/pull/116/head' of github.com:archlinux/archlinux-repro
2 parents 7768f33 + c024b89 commit 57e67cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

repro.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ BUILDDIRECTORY=/var/lib/repro
1515

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

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
18+
BOOTSTRAPMIRROR="https://geo.mirror.pkgbuild.com/iso/latest"
19+
readonly bootstrap_img=archlinux-bootstrap-"$(uname -m)".tar.gz
2120
CONFIGDIR='REPRO_CONFIG_DIR'
2221

23-
HOSTMIRROR="https://europe.mirror.pkgbuild.com/\$repo/os/\$arch"
22+
HOSTMIRROR="https://geo.mirror.pkgbuild.com/\$repo/os/\$arch"
2423

2524
ARCHIVEURL="${ARCH_ARCHIVE_CACHE:-https://archive.archlinux.org/packages}"
2625

0 commit comments

Comments
 (0)