Skip to content

Commit c024b89

Browse files
committed
Switch to our Geo mirror and use the latest image
Instead of figuring out the date to use, specify that we want the latest bootstrap image. Also use geo.mirror.pkgbuild.com for both the mirror to fetch the image from and the mirror used inside the container.
1 parent 7768f33 commit c024b89

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)