Skip to content

Commit

Permalink
repro: Use the semi-official pkgbuild.com mirror instead
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Dec 5, 2021
1 parent dcb4d63 commit d4ffe5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ BUILDDIRECTORY=/var/lib/repro

KEYRINGCACHE="${BUILDDIRECTORY}/keyring"

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

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

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

0 comments on commit d4ffe5e

Please sign in to comment.