summaryrefslogtreecommitdiffstats
path: root/hosts/bbx15-armhf-rb/etc/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/bbx15-armhf-rb/etc/pbuilderrc')
-rw-r--r--hosts/bbx15-armhf-rb/etc/pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/bbx15-armhf-rb/etc/pbuilderrc b/hosts/bbx15-armhf-rb/etc/pbuilderrc
index e7e5bc89..ddac6ed2 100644
--- a/hosts/bbx15-armhf-rb/etc/pbuilderrc
+++ b/hosts/bbx15-armhf-rb/etc/pbuilderrc
@@ -5,7 +5,7 @@
#
# read pbuilderrc.5 document for notes on specific options.
case $HOSTNAME in
- jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;;
+ jenkins|profitbricks-build*) MIRRORSITE=http://ftp.de.debian.org/debian ;;
bbx15|bpi0|cbxi4*|hb0|wbq0|odxu4*|wbd0|rpi2*|ff2*|ff4*|opi2*) MIRRORSITE=http://ftp.us.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac