summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-08 11:02:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-08 11:02:29 +0200
commite84d7a23b88ab551d3466f70c9d9a31d15ef7f1a (patch)
treea7680df42aa76555e2356c0c79559203a7227bd4 /update_jdn.sh
parent5b07669f5dfc1599c13c0272cd46b176534aa01b (diff)
downloadjenkins.debian.net-e84d7a23b88ab551d3466f70c9d9a31d15ef7f1a.tar.xz
reproducible: configure the two new build nodes. pb-build5+6 will run the 2nd builds.
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 3 insertions, 3 deletions
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."