[Git][qa/jenkins.debian.net][master] jenkins nodes: sudo remove those unused munin plugins
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Oct 22 09:28:24 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
db72c0b3 by Holger Levsen at 2023-10-22T10:28:11+02:00
jenkins nodes: sudo remove those unused munin plugins
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -701,7 +701,7 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
cd /etc/munin/plugins
# enable fail2ban conditionally, all arm64 and armhf nodes are behind NAT
case $DPKG_ARCH in
- arm64|armhf) rm -f fail2ban ;;
+ arm64|armhf) sudo rm -f fail2ban ;;
*) i=fail2ban
[ -e $i ] || sudo ln -s /usr/share/munin/plugins/$i $i
;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/db72c0b342c2ec2e9ba0bd4757627776d7aab9f9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/db72c0b342c2ec2e9ba0bd4757627776d7aab9f9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20231022/6a3a452a/attachment.htm>
More information about the Qa-jenkins-scm
mailing list