diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:33:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:33:42 +0100 |
commit | 3778770ff1fbca985fb47541ad7ce20de96c268a (patch) | |
tree | 6368e1d9bb46d2d170516604f7319dc03ecdae4c /hosts/profitbricks-build5-amd64/etc | |
parent | 6e4d8650a66fa5f7e20dcbf3f50bb2cd57ba8d0d (diff) | |
download | jenkins.debian.net-3778770ff1fbca985fb47541ad7ce20de96c268a.tar.xz |
reproducible: add sixth armhf build node, thanks again to vagrant
Diffstat (limited to 'hosts/profitbricks-build5-amd64/etc')
-rw-r--r-- | hosts/profitbricks-build5-amd64/etc/pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/pbuilderrc b/hosts/profitbricks-build5-amd64/etc/pbuilderrc index f18457c2..dad1de70 100644 --- a/hosts/profitbricks-build5-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build5-amd64/etc/pbuilderrc @@ -6,8 +6,8 @@ # 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) MIRRORSITE=http://ftp.us.debian.org/debian ;; - *) echo "unsupported host, exiting." ; exit 1 ;; + bpi0|cbxi4pro0|hb0|wbq0|odxu4|wbd0) 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="" |