summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-19 15:08:50 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-19 15:09:18 +0200
commit39421cde89372babc21c5813b68de9579a0409c7 (patch)
treeff22f7665673853d44562cf19968f2ea268d3c33 /update_jdn.sh
parent33537327617bce60a0d6fcd724316f771422ffe7 (diff)
downloadjenkins.debian.net-39421cde89372babc21c5813b68de9579a0409c7.tar.xz
reproducible Debian armhf: replace opi2a with jtk1a, except for builder jobs
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index efadedc2..640b12b5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -501,11 +501,6 @@ if [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] || [ ! -f $STAMP ] ; then
for i in apache_accesses apache_volume ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done
sudo ln -s /usr/share/munin/plugins/loggrep jenkins_oom
fi
- if [ "$HOSTNAME" != "opi2a" ] ; then
- # opi2a is strangely broken
- # so this is just a hackish workaround for that…
- sudo service munin-node force-reload
- fi
fi
explain "packages configured."