[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible builds: fix irc notification for non debian tests
Holger Levsen
holger at layer-acht.org
Mon May 9 16:11:01 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 6affb792e5adc50015f1c305bfaede7441a1a336
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 9 18:10:24 2016 +0200
reproducible builds: fix irc notification for non debian tests
---
deploy_kgb.py | 2 +-
update_jdn.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/deploy_kgb.py b/deploy_kgb.py
index 6ac28ed..c3adde8 100755
--- a/deploy_kgb.py
+++ b/deploy_kgb.py
@@ -26,7 +26,7 @@ channels = [
{'name': 'debian-haskell', 'id': 'jenkins-debian-haskell'},
{'name': 'debian-qa', 'id': 'jenkins-debian-qa'},
{'name': 'debian-reproducible', 'id': 'jenkins-debian-reproducible'},
- {'name': 'reproducible-builds', 'id': 'jenkins-reproducible-builds'},
+ {'name': 'reproducible-builds', 'id': 'reproducible-builds'},
{'name': 'debian-ruby', 'id': 'pkg-ruby-extras'},
]
diff --git a/update_jdn.sh b/update_jdn.sh
index 5b067a0..f272b84 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -562,6 +562,7 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "profitbricks-build3-amd64" ]
echo "Warning: $KGB_SECRETS either does not exist or has bad permissions. Please fix. KGB configs not generated"
echo "We expect the secrets file to be mode 640 and owned by jenkins-adm:jenkins-adm."
echo "/srv/jenkins/kbg should be mode 755 and owned by jenkins-adm:root."
+ echo "/srv/jenkins/kbg/client-status should be mode 755 and owned by jenkins:jenkins."
fi
fi
--
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