Commit 7cf694cd authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: include suite in scheduler message

parent 7745f6e9
......@@ -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) + ')'
str(total) + 'in ' + suite)'
kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
'--relay-msg']
kgb.extend(message.split())
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment