From a42ca9130909854af9e6cae7cd91a0359118eb4f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Sep 2015 00:21:36 +0200 Subject: reproducible: use ftp.us.d.o for armhf nodes in Portland, Oregon --- bin/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index e144f04e..8d39eff9 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -57,7 +57,7 @@ else if [ -z "$MIRROR" ]; then case $HOSTNAME in jenkins|profitbricks-build?-amd64) export MIRROR=http://ftp.de.debian.org/debian ;; - bpi0|cbxi4pro0|hb0|wbq0) export MIRROR=http://ftp.de.debian.org/debian ;; + bpi0|cbxi4pro0|hb0|wbq0) export MIRROR=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac fi -- cgit v1.2.3-54-g00ecf