summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 18:49:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 18:49:15 +0200
commit42134b10f916e7e42a78425440d2bdbe9ab31101 (patch)
tree9b108ca54aca5a15ea309debfee811b5a3ffd631 /hosts/jenkins
parent03d5d90480a80ed300a7b9a2779474de4cbc10d3 (diff)
downloadjenkins.debian.net-42134b10f916e7e42a78425440d2bdbe9ab31101.tar.xz
reproducible: install disorderfs within pbuilder on all nodes
Diffstat (limited to 'hosts/jenkins')
-rw-r--r--hosts/jenkins/etc/pbuilderrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/pbuilderrc b/hosts/jenkins/etc/pbuilderrc
index 3c330017..623a213e 100644
--- a/hosts/jenkins/etc/pbuilderrc
+++ b/hosts/jenkins/etc/pbuilderrc
@@ -5,8 +5,8 @@
#
# read pbuilderrc.5 document for notes on specific options.
case $HOSTNAME in
- jenkins) MIRRORSITE=http://ftp.de.debian.org/debian ;;
- bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;;
+ jenkins|profitbricks-build?-amd64) MIRRORSITE=http://ftp.de.debian.org/debian ;;
+ bpi0|cbxi4pro0|hb0|wbq0) MIRRORSITE=http://ftp.us.debian.org/debian ;;
*) echo "unsupported host, exiting." ; exit 1 ;;
esac
EXTRAPACKAGES="fakeroot disorderfs"