diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-02 20:43:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-02 20:43:02 +0200 |
commit | c1bc910cfc78bb486535eceda919e6a860858130 (patch) | |
tree | 6d4f234978e8271b923aff81679986751d9f553c /hosts/profitbricks-build6-i386/etc/pbuilderrc | |
parent | 7d4c0b99ff1204e7e050292656bb84c1bd8ef8e7 (diff) | |
download | jenkins.debian.net-c1bc910cfc78bb486535eceda919e6a860858130.tar.xz |
reproducible debian: add three new armhf build nodes, thanks to Vagrant, with maintenance and setup jobs
Diffstat (limited to 'hosts/profitbricks-build6-i386/etc/pbuilderrc')
-rw-r--r-- | hosts/profitbricks-build6-i386/etc/pbuilderrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilderrc b/hosts/profitbricks-build6-i386/etc/pbuilderrc index f6f607e1..e07d2bff 100644 --- a/hosts/profitbricks-build6-i386/etc/pbuilderrc +++ b/hosts/profitbricks-build6-i386/etc/pbuilderrc @@ -5,9 +5,9 @@ # # read pbuilderrc.5 document for notes on specific options. case $HOSTNAME in - jenkins|jenkins-test-vm|profitbricks-build*) MIRRORSITE=http://ftp.de.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 ;; + jenkins|jenkins-test-vm|profitbricks-build*) MIRRORSITE=http://ftp.de.debian.org/debian ;; + bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|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 APTCACHE="" |