diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-02-16 13:56:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-16 13:57:09 +0100 |
commit | ad6c3be3ec60b8ba6d83e25fb0a4ab1aaa36d8d3 (patch) | |
tree | 467bec4245fb2e758005d5912339bcc7ca763f28 /hosts/opi2b-armhf-rb/etc/pbuilderrc | |
parent | fdee3f55658c915cb3598fada33d9a8f824299f1 (diff) | |
download | jenkins.debian.net-ad6c3be3ec60b8ba6d83e25fb0a4ab1aaa36d8d3.tar.xz |
reproducible Debian: add two new armhf hosts and their maintenace jobs, thanks vagrant
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/opi2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/opi2b-armhf-rb/etc/pbuilderrc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilderrc b/hosts/opi2b-armhf-rb/etc/pbuilderrc index d5681f15..f600c434 100644 --- a/hosts/opi2b-armhf-rb/etc/pbuilderrc +++ b/hosts/opi2b-armhf-rb/etc/pbuilderrc @@ -7,16 +7,20 @@ # # cater for different locations 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*) MIRRORSITE=http://ftp.us.debian.org/debian ;; - codethink*) MIRRORSITE=http://ftp.uk.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*|jtk1*|p64*) + MIRRORSITE=http://ftp.us.debian.org/debian ;; + codethink*) + MIRRORSITE=http://ftp.uk.debian.org/debian ;; + *) + echo "unsupported host, exiting." ; exit 1 ;; esac # only use eatmydata on armhf+i386 - on amd64+arm64 we build in tmpfs anyway case $HOSTNAME in profitbricks-build*i386) EATMYDATA=yes ;; - bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*) + bbx15|bpi0|cbxi4*|cb3*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*|p64*) EATMYDATA=yes ;; *) ;; esac |