[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible debian: if a manual schedule with notification was requested, still send the done notification to the main channel #-reproducible

Mattia Rizzolo mattia at debian.org
Sat Oct 1 17:17:12 UTC 2016


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

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

commit 478161e7dd4d35c5ac5d0cbf90e911f236026b51
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Oct 1 16:37:51 2016 +0000

    reproducible debian: if a manual schedule with notification was requested, still send the done notification to the main channel #-reproducible
---
 bin/reproducible_build.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 30aefba..8940e32 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -136,10 +136,6 @@ update_db_and_html() {
 			MESSAGE="${DEBIAN_URL}/${SUITE}/${ARCH}/${SRCPACKAGE} : reproducible ➤ ${STATUS}"
 			log_info "$MESSAGE"
 			irc_message debian-reproducible-changes "$MESSAGE"
-			# disable ("regular") irc notification unless it's due to diffoscope problems
-			if [ ! -z "$NOTIFY" ] && [ "$NOTIFY" != "diffoscope" ] ; then
-				NOTIFY=""
-			fi
 		fi
 		if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ] && \
 		  [ "$OLD_STATUS" != "depwait" ] && [ "$STATUS" != "depwait" ] && \

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