[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: no irc notifications for reschedulings by maintenance job

Holger Levsen holger at moszumanska.debian.org
Thu Mar 12 12:32:13 UTC 2015


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 7a488ab89967436e4c58363b36c9e06bff94b080
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Mar 12 13:30:01 2015 +0100

    reproducible: no irc notifications for reschedulings by maintenance job
---
 bin/reproducible_schedule_on_demand.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index f95ae45..ef953cf 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -73,7 +73,9 @@ cd /srv/jenkins/bin
 python3 -c "from reproducible_html_indexes import build_page; build_page('scheduled')"
 echo
 echo "$MESSAGE"
-kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE"
+if [ -z "${BUILD_URL:-}" ] ; then
+	kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE"
+fi
 echo "============================================================================="
 echo "The following $TOTAL source $PACKAGES_TXT $ACTION for $SUITE: $PACKAGES_NAMES"
 echo "============================================================================="

-- 
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