summaryrefslogtreecommitdiffstats
path: root/hosts/ff4a-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-22 20:25:34 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-22 20:25:34 +0100
commit683f48302fa6188dcb49bbbcdfeac83ecef9a43c (patch)
treed123c24a4e0b4a2b83bd44a2ada04d73b07ebdd9 /hosts/ff4a-armhf-rb
parent67699e0c7e3923bf05c5823fa33bc6088f59938c (diff)
downloadjenkins.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/ff4a-armhf-rb')
-rw-r--r--hosts/ff4a-armhf-rb/etc/pbuilderrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/ff4a-armhf-rb/etc/pbuilderrc b/hosts/ff4a-armhf-rb/etc/pbuilderrc
index d6b11e2c..b5516afc 100644
--- a/hosts/ff4a-armhf-rb/etc/pbuilderrc
+++ b/hosts/ff4a-armhf-rb/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 ;;