[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: another attempt to fix grammar in irc notifications
Holger Levsen
holger at moszumanska.debian.org
Fri Jul 24 16:12:17 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 10c183b178ed16efd8d721fd71ab52635efb540b
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jul 24 18:11:32 2015 +0200
reproducible: another attempt to fix grammar in irc notifications
---
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 687ca07..f70787e 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -330,7 +330,7 @@ def scheduler():
message = 'Scheduled in ' + '+'.join(SUITES) + ': '
if msg_untested:
message += msg_untested
- message += ' and ' if msg_new and msg_old else ', ' if msg_new or msg_old else ''
+ message += ' and ' if msg_new and not msg_old else ', ' if msg_new or msg_old else ''
message += msg_new if msg_new else ''
message += ' and ' if ( msg_untested and not msg_new ) or ( msg_old and msg_untested ) else ''
message += msg_old if 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