[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix syntax
Holger Levsen
holger at moszumanska.debian.org
Fri Jun 12 18:14:07 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 794a30055721112b833c3bd36b06491be9dd95af
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 12 20:13:35 2015 +0200
reproducible: fix syntax
---
bin/reproducible_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 75af68d..f0b8b23 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -328,7 +328,7 @@ def scheduler():
generate_schedule() # from reproducible_html_indexes
# build the kgb message text
message = 'Scheduled in ' + '+'.join(SUITES) + ': '
- if != msg_untested:
+ if msg_untested:
message += msg_untested
message += ' and ' if msg_new and msg_old else ', ' if msg_new or msg_old else ''
message += msg_new if msg_new else ''
--
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