Skip to content

Commit 5f21440

Browse files
committed
Use utc for the bootstrap image file name
1 parent b4f8865 commit 5f21440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repro.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILDDIRECTORY=/var/lib/repro
1313
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"
1414

1515
BOOTSTRAPMIRROR="https://europe.mirror.pkgbuild.com/iso/latest"
16-
readonly bootstrap_img=archlinux-bootstrap-"$(date +%Y.%m)".01-"$(uname -m)".tar.gz
16+
readonly bootstrap_img=archlinux-bootstrap-"$(date -u +%Y.%m)".01-"$(uname -m)".tar.gz
1717
CONFIGDIR='REPRO_CONFIG_DIR'
1818

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

0 commit comments

Comments
 (0)