[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: scheduler_on_demand: fix check

Holger Levsen holger at moszumanska.debian.org
Tue Apr 28 08:21:36 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 3fa852a3e556ad0d6454b6b5fbb9ee4f183b9720
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Apr 28 01:17:45 2015 +0200

    reproducible: scheduler_on_demand: fix check
---
 bin/reproducible_schedule_on_demand.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 27c32dc..4e902ca 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -53,7 +53,7 @@ fi
 MESSAGE="$TOTAL $PACKAGES_TXT $ACTION in $SUITE: ${PACKAGES_NAMES:0:256}$BLABLABLA"
 if [ $ARTIFACTS -eq 1 ] ; then
 	MESSAGE="$MESSAGE - artifacts will be preserved."
-elif $NOTIFY ; then
+elif [ "$NOTIFY" = "true" ] ; then
 	MESSAGE="$MESSAGE - notification once finished."
 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