diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-28 13:13:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-28 13:13:07 +0200 |
commit | ad84135a150966c950ba98ce612e08ee1eabf979 (patch) | |
tree | 3bb0190711ebe28f35cb2b5703f90c3117561e23 /hosts/opi2b-armhf-rb/etc/pbuilderrc | |
parent | 8b75d5686f545cb7b9e29239d27b78be6b4fc6cc (diff) | |
download | jenkins.debian.net-ad84135a150966c950ba98ce612e08ee1eabf979.tar.xz |
add new node, profitbricks-build10-amd64, for lvc tests
Diffstat (limited to 'hosts/opi2b-armhf-rb/etc/pbuilderrc')
-rw-r--r-- | hosts/opi2b-armhf-rb/etc/pbuilderrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/opi2b-armhf-rb/etc/pbuilderrc b/hosts/opi2b-armhf-rb/etc/pbuilderrc index ddac6ed2..cc6c85a7 100644 --- a/hosts/opi2b-armhf-rb/etc/pbuilderrc +++ b/hosts/opi2b-armhf-rb/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 |