summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
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 eda52b7b..39d9f0a7 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -245,7 +245,7 @@ def scheduler(suite):
message = 'Scheduled ' + str(len(unknown)) + ' unknown package, ' + \
str(len(new)) + ' packages with new versions and ' + \
str(len(old)) + ' with the same version (total: ' + \
- str(total) + 'in ' + suite')'
+ str(total) + 'in ' + suite + ')'
kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
'--relay-msg']
kgb.extend(message.split())