[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix irc message
Holger Levsen
holger at moszumanska.debian.org
Wed Jul 8 19:54:12 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 5dd24f5fc5e527ae5d171476bdf5b539f9dc4668
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 8 21:53:46 2015 +0200
reproducible: fix 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 4d1e297..b2fcb11 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -332,7 +332,7 @@ def scheduler():
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 ''
- message += ' and ' if msg_untested or msg_old else ''
+ message += ' and ' if msg_untested or msg_old and msg_untested else ''
message += msg_old if msg_old else ''
message += ', for ' + str(total) + ' or ' + \
'+'.join([str(now_queued_here[x]) for x in SUITES]) + ' packages in total.'
--
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