Skip to content

Commit d4ffe5e

Browse files
committed
repro: Use the semi-official pkgbuild.com mirror instead
Signed-off-by: Morten Linderud <morten@linderud.pw>
1 parent dcb4d63 commit d4ffe5e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

repro.in

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

1313
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"
1414

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

19-
# HOSTMIRROR=$(curl -s 'https://www.archlinux.org/mirrorlist/?protocol=https' | awk '/^#Server/ {print $3; exit}')
20-
## Hardcoded until further notice
21-
HOSTMIRROR="http://mirror.neuf.no/archlinux/\$repo/os/\$arch"
19+
HOSTMIRROR="https://europe.mirror.pkgbuild.com/\$repo/os/\$arch"
2220

2321
IMGDIRECTORY=$(mktemp -dt XXXXXXXXXX.arch_img)
2422
trap "{ rm -r $IMGDIRECTORY; }" EXIT

0 commit comments

Comments
 (0)