summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build9-amd64
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-28 13:13:07 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-28 13:13:07 +0200
commitad84135a150966c950ba98ce612e08ee1eabf979 (patch)
tree3bb0190711ebe28f35cb2b5703f90c3117561e23 /hosts/profitbricks-build9-amd64
parent8b75d5686f545cb7b9e29239d27b78be6b4fc6cc (diff)
downloadjenkins.debian.net-ad84135a150966c950ba98ce612e08ee1eabf979.tar.xz
add new node, profitbricks-build10-amd64, for lvc tests
Diffstat (limited to 'hosts/profitbricks-build9-amd64')
-rw-r--r--hosts/profitbricks-build9-amd64/etc/pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build9-amd64/etc/pbuilderrc b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
index ddac6ed2..cc6c85a7 100644
--- a/hosts/profitbricks-build9-amd64/etc/pbuilderrc
+++ b/hosts/profitbricks-build9-amd64/etc/pbuilderrc
@@ -5,7 +5,7 @@
#
# read pbuilderrc.5 document for notes on specific options.
case $HOSTNAME in
- jenkins|profitbricks-build*) MIRRORSITE=http://ftp.de.debian.org/debian ;;
+ jenkins|jenkins-test-vm|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