[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup b6e72c19 - or else!

Holger Levsen holger at moszumanska.debian.org
Sat Jul 25 09:06:08 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 60beca931c53bd5313f4fbff0e536559457a8ecf
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jul 25 11:04:38 2015 +0200

    reproducible: fixup b6e72c19 - or else!
---
 bin/reproducible_scheduler.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 9ed6a86..8201bd4 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -372,15 +372,15 @@ def scheduler():
     message = 'Scheduled in ' + '+'.join(SUITES) + ': '
     if msg_untested:
         message += msg_untested
-        message += ' and ' if msg_new and not msg_old_ftbfs and not msg_old
-        message += ', ' if not msg_new and not msg_old_ftbfs and not msg_old
+        message += ' and ' if msg_new and not msg_old_ftbfs and not msg_old else ''
+        message += ', ' if not msg_new and not msg_old_ftbfs and not msg_old else ''
     if msg_new:
         message += msg_new
-        message += ' and ' if msg_old_ftbfs and not msg_old
-        message += ', ' if msg_old_ftbfs and msg_old
+        message += ' and ' if msg_old_ftbfs and not msg_old else ''
+        message += ', ' if msg_old_ftbfs and msg_old else ''
     if msg_old_ftbfs:
         message += msg_old_ftbfs
-        message += ' and ' if msg_old_ftbfs
+        message += ' and ' if msg_old_ftbfs else ''
     if msg_old:
         message += msg_old
     total = [now_queued_here[x] for x in SUITES]

-- 
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