From e84d7a23b88ab551d3466f70c9d9a31d15ef7f1a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Oct 2015 11:02:29 +0200 Subject: reproducible: configure the two new build nodes. pb-build5+6 will run the 2nd builds. --- update_jdn.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index 1c380618..8c729828 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -50,7 +50,7 @@ sudo mkdir -p /srv/workspace case $HOSTNAME in jenkins) TMPFSSIZE=100 ;; profitbricks-build4-amd64) TMPFSSIZE=32 ;; - profitbricks-build?-amd64) TMPFSSIZE=70 ;; + profitbricks-build?-amd64) TMPFSSIZE=200 ;; *) ;; esac case $HOSTNAME in @@ -139,7 +139,7 @@ if [ -f /etc/debian_version ] ; then esac # needed to run the 2nd reproducible builds nodes in the future... case $HOSTNAME in - bpi0|hb0|profitbricks-build2-amd64) DEBS="$DEBS ntpdate" ;; + bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-amd64) DEBS="$DEBS ntpdate" ;; *) ;; esac if [ "$HOSTNAME" = "jenkins" ] ; then @@ -241,7 +241,7 @@ if [ -f /etc/debian_version ] ; then pbuilder # botch # to vary kernels - if [ "$HOSTNAME" = "profitbricks-build2-amd64" ] ; then + if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-amd64" ]; then sudo apt-get install -t jessie-backports linux-image-amd64 fi explain "packages installed." -- cgit v1.2.3-54-g00ecf