diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-05 16:44:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-05 16:44:08 +0100 |
commit | 018ac4c66f70c9463b4f07853ee4e65fcbcd8dee (patch) | |
tree | a3a99bef9108ea390cce882406a36c230320801a /hosts/odxu4b-armhf-rb/etc/pbuilderrc | |
parent | 60167da31a58f77de864bfc5f35d1e3ecb75f15e (diff) | |
download | jenkins.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/odxu4b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/odxu4b-armhf-rb/etc/pbuilderrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilderrc b/hosts/odxu4b-armhf-rb/etc/pbuilderrc index d8ae4129..15379a63 100644 --- a/hosts/odxu4b-armhf-rb/etc/pbuilderrc +++ b/hosts/odxu4b-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="" |