[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] install munin from stretch-backports everywhere, except on ubuntu nodes

Holger Levsen gitlab at salsa.debian.org
Sat Apr 21 00:25:41 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
4c9e1f12 by Holger Levsen at 2018-04-20T20:25:19-03:00
install munin from stretch-backports everywhere, except on ubuntu nodes

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- update_jdn.sh


Changes:

=====================================
update_jdn.sh
=====================================
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -301,8 +301,6 @@ if [ -f /etc/debian_version ] ; then
 			lsof
 			molly-guard
 			moreutils
-			munin-node/stretch-backports
-			munin-plugins-extra/stretch-backports
 			netcat-traditional
 			ntp
 			ntpdate
@@ -331,6 +329,15 @@ if [ -f /etc/debian_version ] ; then
 				python3-yaml" ;;
 			*) ;;
 		esac
+		# install munin from stretch-backports everywhere, except on ubuntu nodes
+		case $HOSTNAME in
+			codethink*) DEBS="$DEBS
+				munin-node
+				munin-plugins-extra" ;;
+			*) 	DEBS="$DEBS
+				munin-node/stretch-backports
+				munin-plugins-extra/stretch-backports" ;;
+		esac
 		# needed to run the 2nd reproducible builds nodes in the future...
 		case $HOSTNAME in
 			profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386) DEBS="$DEBS ntpdate" ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/4c9e1f12bea9eed95b14e314625fc718be4a7888

---
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/4c9e1f12bea9eed95b14e314625fc718be4a7888
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/20180420/938a2c8a/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list