[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: build.sh: also consider the case of NOTIFY=''
Mattia Rizzolo
gitlab at salsa.debian.org
Tue Jun 19 16:35:52 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
601a37d8 by Mattia Rizzolo at 2018-06-19T17:35:12+02:00
reproducible debian: build.sh: also consider the case of NOTIFY=''
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -112,7 +112,7 @@ cleanup_all() {
save_artifacts # this will also notify IRC as needed
else
case "$NOTIFY" in
- 0) ;;
+ ''|0) ;;
1|2)
irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS"
;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/601a37d8cfd59e14d94aaf5a46412fca47cb042e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/601a37d8cfd59e14d94aaf5a46412fca47cb042e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180619/b4b0e0fc/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list