diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-22 20:25:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-22 20:25:34 +0100 |
commit | 683f48302fa6188dcb49bbbcdfeac83ecef9a43c (patch) | |
tree | d123c24a4e0b4a2b83bd44a2ada04d73b07ebdd9 /hosts/profitbricks-build6-i386/etc/pbuilderrc | |
parent | 67699e0c7e3923bf05c5823fa33bc6088f59938c (diff) | |
download | jenkins.debian.net-683f48302fa6188dcb49bbbcdfeac83ecef9a43c.tar.xz |
reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/profitbricks-build6-i386/etc/pbuilderrc')
-rw-r--r-- | hosts/profitbricks-build6-i386/etc/pbuilderrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/profitbricks-build6-i386/etc/pbuilderrc b/hosts/profitbricks-build6-i386/etc/pbuilderrc index d6b11e2c..b5516afc 100644 --- a/hosts/profitbricks-build6-i386/etc/pbuilderrc +++ b/hosts/profitbricks-build6-i386/etc/pbuilderrc @@ -9,9 +9,10 @@ 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 ;; esac -# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway +# only use eatmydata on armhf+i386 - on amd64 we build in tmpfs anyway - FIXME: decide about codethink hosts case $HOSTNAME in profitbricks-build*i386) EATMYDATA=yes ;; |