diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-02 13:28:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-02 13:28:28 +0200 |
commit | 5a5ea9f7c7123a299324fd2020e90ef1b43b06f8 (patch) | |
tree | 59d2acd4be285defeac1743d6cd55597e087e6e8 /hosts/profitbricks-build11-amd64/etc/pbuilderrc | |
parent | 344e2a492a776601c7e3b1843102d6918ba30cf0 (diff) | |
download | jenkins.debian.net-5a5ea9f7c7123a299324fd2020e90ef1b43b06f8.tar.xz |
reproducible Debian: add 3 new armhf nodes and pbuilder/schroot-setup jobs for them, thanks to Vagrant for setup+hosting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/profitbricks-build11-amd64/etc/pbuilderrc')
-rw-r--r-- | hosts/profitbricks-build11-amd64/etc/pbuilderrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/profitbricks-build11-amd64/etc/pbuilderrc b/hosts/profitbricks-build11-amd64/etc/pbuilderrc index 96917baf..41bed2d3 100644 --- a/hosts/profitbricks-build11-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build11-amd64/etc/pbuilderrc @@ -9,7 +9,8 @@ case $HOSTNAME in 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*|jtk1*|p64*) + bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*) + MIRRORSITE=http://ftp.us.debian.org/debian ;; codethink*) MIRRORSITE=http://ftp.uk.debian.org/debian ;; @@ -20,7 +21,7 @@ esac case $HOSTNAME in profitbricks-build*i386) EATMYDATA=yes ;; - bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*|p64*) + bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*) EATMYDATA=yes ;; *) ;; esac |