summaryrefslogtreecommitdiffstats
path: root/hosts/hb0-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-25 13:54:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-25 13:54:49 +0100
commit69f00384710a5d74f86c271ccd5bae682d68b1dd (patch)
tree73162ffd8079ea68df44898204164973f3b5e2e4 /hosts/hb0-armhf-rb
parent19112edef8ecb6e7798cfbf0f463fb936cd86042 (diff)
downloadjenkins.debian.net-69f00384710a5d74f86c271ccd5bae682d68b1dd.tar.xz
reproducible: add seventh armhf build node, thanks again to vagrant
Diffstat (limited to 'hosts/hb0-armhf-rb')
-rw-r--r--hosts/hb0-armhf-rb/etc/pbuilderrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/hb0-armhf-rb/etc/pbuilderrc b/hosts/hb0-armhf-rb/etc/pbuilderrc
index dad1de70..726c2d68 100644
--- a/hosts/hb0-armhf-rb/etc/pbuilderrc
+++ b/hosts/hb0-armhf-rb/etc/pbuilderrc
@@ -5,9 +5,9 @@
#
# read pbuilderrc.5 document for notes on specific options.
case $HOSTNAME in
- jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;;
- bpi0|cbxi4pro0|hb0|wbq0|odxu4|wbd0) MIRRORSITE=http://ftp.us.debian.org/debian ;;
- *) echo "unsupported host, exiting." ; exit 1 ;;
+ jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;;
+ bpi0|cbxi4pro0|hb0|wbq0|odxu4|wbd0|rpi2b) MIRRORSITE=http://ftp.us.debian.org/debian ;;
+ *) echo "unsupported host, exiting." ; exit 1 ;;
esac
EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh
APTCACHE=""