From ad6c3be3ec60b8ba6d83e25fb0a4ab1aaa36d8d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Feb 2017 13:56:52 +0100 Subject: reproducible Debian: add two new armhf hosts and their maintenace jobs, thanks vagrant Signed-off-by: Holger Levsen --- hosts/profitbricks-build1-amd64/etc/pbuilderrc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'hosts/profitbricks-build1-amd64') diff --git a/hosts/profitbricks-build1-amd64/etc/pbuilderrc b/hosts/profitbricks-build1-amd64/etc/pbuilderrc index d5681f15..f600c434 100644 --- a/hosts/profitbricks-build1-amd64/etc/pbuilderrc +++ b/hosts/profitbricks-build1-amd64/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 -- cgit v1.2.3-54-g00ecf