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

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 18:10:32 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 af15020d0bedc92625675d8902fa5ec79bc47f21
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 12 20:10:00 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 42ddbae..75af68d 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