summaryrefslogtreecommitdiffstats
path: root/hosts/codethink-sled9-arm64/etc/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/codethink-sled9-arm64/etc/pbuilderrc')
-rw-r--r--hosts/codethink-sled9-arm64/etc/pbuilderrc14
1 files changed, 9 insertions, 5 deletions
diff --git a/hosts/codethink-sled9-arm64/etc/pbuilderrc b/hosts/codethink-sled9-arm64/etc/pbuilderrc
index d5681f15..f600c434 100644
--- a/hosts/codethink-sled9-arm64/etc/pbuilderrc
+++ b/hosts/codethink-sled9-arm64/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