diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:37:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:37:21 +0100 |
commit | 69b7629c0081f73ed336fcb9afbf49dd5c5f1347 (patch) | |
tree | 2a0adcc932a0a197b751711db8c9a255656c28af /hosts/ff2b-armhf-rb/etc/pbuilderrc | |
parent | 70b3ed6a1e84b85e28e0a13fbb17cf8bb29930a4 (diff) | |
download | jenkins.debian.net-69b7629c0081f73ed336fcb9afbf49dd5c5f1347.tar.xz |
reproducible armhf: fixup: add bbx15 and ff4* to pbuilderrc and common_functions.sh too
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 af45d556..e7e5bc89 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 ;; - bbx15|bpi0|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;; + bbx15|bpi0|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|ff4*|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 |