summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 00:21:36 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 00:21:36 +0200
commita42ca9130909854af9e6cae7cd91a0359118eb4f (patch)
tree919be445fcb8a544b84362e0201eb35f789acfb3 /bin/common-functions.sh
parent272fd266e08eb0652aa98655fb5e52d4c5345d53 (diff)
downloadjenkins.debian.net-a42ca9130909854af9e6cae7cd91a0359118eb4f.tar.xz
reproducible: use ftp.us.d.o for armhf nodes in Portland, Oregon
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
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