diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:34:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:34:12 +0100 |
commit | 70b3ed6a1e84b85e28e0a13fbb17cf8bb29930a4 (patch) | |
tree | e81c2ebfcbc3afe202edb6b5be80d8ba112a298b /hosts/ff2b-armhf-rb/etc/pbuilderrc | |
parent | c049bff5c5496956a1f8ad6247bc21b8bc02c0e0 (diff) | |
download | jenkins.debian.net-70b3ed6a1e84b85e28e0a13fbb17cf8bb29930a4.tar.xz |
reproducible armhf: add bbx15 to pbuilderrc too
Diffstat (limited to 'hosts/ff2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/ff2b-armhf-rb/etc/pbuilderrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ff2b-armhf-rb/etc/pbuilderrc b/hosts/ff2b-armhf-rb/etc/pbuilderrc index 30fcc2e1..af45d556 100644 --- a/hosts/ff2b-armhf-rb/etc/pbuilderrc +++ b/hosts/ff2b-armhf-rb/etc/pbuilderrc @@ -5,8 +5,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|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; + jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;; + bbx15|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 |