[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix grammar in irc message
Holger Levsen
holger at moszumanska.debian.org
Sat Nov 28 16:21:09 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 25fcb44b766330252a229667e0f9897951d40703
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Nov 28 17:21:01 2015 +0100
reproducible: fix grammar 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 bd3d334..7e97fd6 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -526,7 +526,7 @@ def scheduler(arch):
message += ', ' if ( msg_new and msg_old_ftbfs_and_depwait ) or ( msg_new and msg_old ) else ''
if msg_new:
message += msg_new
- message += ' and ' if msg_old_ftbfs_and_depwait and not msg_old else ''
+ message += ' and ' if msg_old_ftbfs_and_depwait or msg_old else ''
message += ', ' if msg_old_ftbfs_and_depwait and msg_old else ''
if msg_old_ftbfs_and_depwait:
message += msg_old_ftbfs_and_depwait
--
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