From 6488fee754b55beebc95cb70a930cb27220c895e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Oct 2015 02:52:40 +0200 Subject: reproducible arch: use the same mirror for downloading bootstrape base and packages --- bin/reproducible_arch_schroot_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-54-g00ecf