[Qa-jenkins-scm] [jenkins.debian.net] 01/01: install kgb-client on pb2 too, for irc notifications of missing squid service

Holger Levsen holger at layer-acht.org
Mon Nov 14 12:00:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fe492f3ff0ae8482b6614895ea92ad1b0c1882f7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 14 12:59:38 2016 +0100

    install kgb-client on pb2 too, for irc notifications of missing squid service
---
 update_jdn.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 36ef2a6..200d55a 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -257,8 +257,8 @@ if [ -f /etc/debian_version ] ; then
 		# install squid everywhere except on the armhf nodes
 		case $HOSTNAME in
 			jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS
-				squid3"
-			   ;;
+				squid3
+				kgb-client" ;;
 			*) ;;
 		esac
 		# needed to run the 2nd reproducible builds nodes in the future...
@@ -640,7 +640,7 @@ fi
 #
 # generate the kgb-client configurations
 #
-if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ; then
+if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build3-amd64" ] || [ "$HOSTNAME" = "profitbricks-build4-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] || [ "$HOSTNAME" = "profitbricks-build2-amd64" ; then
 	cd $BASEDIR
 	KGB_SECRETS="/srv/jenkins/kgb/secrets.yml"
 	if [ -f "$KGB_SECRETS" ] && [ $(stat -c "%a:%U:%G" "$KGB_SECRETS") = "640:jenkins-adm:jenkins-adm" ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list