summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-10-01 16:37:51 +0000
committerMattia Rizzolo <mattia@debian.org>2016-10-01 16:37:51 +0000
commit478161e7dd4d35c5ac5d0cbf90e911f236026b51 (patch)
tree216dbd4532753a07ef6f2aa32b34ba4e7c7bcd2f /bin
parentcc03eeb72f06c02afae1217824b02c46afb718b9 (diff)
downloadjenkins.debian.net-478161e7dd4d35c5ac5d0cbf90e911f236026b51.tar.xz
reproducible debian: if a manual schedule with notification was requested, still send the done notification to the main channel #-reproducible
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 30aefba2..8940e322 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" ] && \