summaryrefslogtreecommitdiffstats
path: root/hosts/hb0-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-05 16:44:08 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-05 16:44:08 +0100
commit018ac4c66f70c9463b4f07853ee4e65fcbcd8dee (patch)
treea3a99bef9108ea390cce882406a36c230320801a /hosts/hb0-armhf-rb
parent60167da31a58f77de864bfc5f35d1e3ecb75f15e (diff)
downloadjenkins.debian.net-018ac4c66f70c9463b4f07853ee4e65fcbcd8dee.tar.xz
reproducible armhf: add two new armhf boards and pbuilder/schroot/maintenance jobs for them, thanks 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 d8ae4129..15379a63 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|rpi2*|ff2a) 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|rpi2*|ff2*|opi2a) 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=""