diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-03 02:28:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-03 02:28:37 +0100 |
commit | a77ecd79d9468cdcb851a7222905e03e3bf1a990 (patch) | |
tree | be0b3de2d87374df2a6e68180867af3289e6ca62 /hosts/ff2b-armhf-rb/etc/pbuilderrc | |
parent | c6eea02241ea847c0f112b04e309705f3bed7af2 (diff) | |
download | jenkins.debian.net-a77ecd79d9468cdcb851a7222905e03e3bf1a990.tar.xz |
reproducible armhf: add new armhf node, thanks to Vagrant
Diffstat (limited to 'hosts/ff2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/ff2b-armhf-rb/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc index ab3ac9a5..30fcc2e1 100644 --- a/hosts/ff2b-armhf-rb/etc/pbuilderrc +++ b/hosts/ff2b-armhf-rb/etc/pbuilderrc @@ -6,7 +6,7 @@ # 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*|ff2*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; + bpi0|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; *) echo "unsupported host, exiting." ; exit 1 ;; esac EXTRAPACKAGES="" # better list them in bin/reproducible_setup_pbuilder.sh |