[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix punctation in irc message
Holger Levsen
holger at moszumanska.debian.org
Sun Aug 9 17:12:02 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 30175dfe8c221db5ac96014b72e93e3118bd6856
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 9 19:10:45 2015 +0200
reproducible: fix punctation in irc message
---
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 405ca51..dacdf88 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -392,7 +392,7 @@ def scheduler():
if msg_untested:
message += msg_untested
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 ', '
+ message += ', ' if ( msg_new and msg_old_ftbfs ) or ( msg_new and msg_old ) else ''
if msg_new:
message += msg_new
message += ' and ' if msg_old_ftbfs and not msg_old 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