From 683f48302fa6188dcb49bbbcdfeac83ecef9a43c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 22 Dec 2016 20:25:34 +0100 Subject: reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds Signed-off-by: Holger Levsen --- hosts/ff4a-armhf-rb/etc/pbuilderrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/ff4a-armhf-rb') 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 ;; -- cgit v1.2.3-54-g00ecf