summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-08 21:53:46 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-08 21:53:46 +0200
commit5dd24f5fc5e527ae5d171476bdf5b539f9dc4668 (patch)
tree7bc0144c33f5961b522fa4dfc43b1efe9d68073b /bin/reproducible_scheduler.py
parent812f90d2cc26a855743fb97fbd241ef312a97889 (diff)
downloadjenkins.debian.net-5dd24f5fc5e527ae5d171476bdf5b539f9dc4668.tar.xz
reproducible: fix irc message
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 4d1e2972..b2fcb11f 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.'