summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-17 02:52:40 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-17 02:52:40 +0200
commit6488fee754b55beebc95cb70a930cb27220c895e (patch)
tree843d3e8c9501aefff0cabcd7bf34c5955d33e391 /bin
parenta033d061516572e792bf5ee1d5a220092644fa42 (diff)
downloadjenkins.debian.net-6488fee754b55beebc95cb70a930cb27220c895e.tar.xz
reproducible arch: use the same mirror for downloading bootstrape base and packages
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index 06043956..279720fc 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -13,7 +13,7 @@ DEBUG=true
common_init "$@"
# define URL for bootstrap.tgz
-BOOTSTRAP_BASE=https://mirrors.kernel.org/archlinux/iso/
+BOOTSTRAP_BASE=http://mirror.one.com/archlinux/iso/
BOOTSTRAP_TAR_GZ=2015.08.01/archlinux-bootstrap-2015.08.01-x86_64.tar.gz
bootstrap() {