[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: improve kgb message
Holger Levsen
holger at moszumanska.debian.org
Wed Mar 11 19:35:50 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 110d04d3d1fdd769730b4fd053e5fb359d83f524
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Mar 11 20:29:02 2015 +0100
reproducible: improve kgb message
---
bin/reproducible_scheduler.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 5e46f81..54c1972 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -276,11 +276,11 @@ def scheduler():
build_page('scheduled') # from reproducible_html_indexes, build global page
# build the kgb message text
message = 'Scheduled in ' + '+'.join(SUITES) + ': ' + \
- '+'.join([str(untested[x]) for x in SUITES]) + ' new and untested packages, ' + \
+ '+'.join([str(len(untested[x])) for x in SUITES]) + ' new and untested packages, ' + \
'+'.join([str(len(new[x])) for x in SUITES]) + ' packages with new versions and ' + \
- '+'.join([str(len(old[x])) for x in SUITES]) + ' old packages with the same version. ' + \
- 'Total: ' + str(total) + ' split into ' + \
- '+'.join([str(now_queued_here[x]) for x in SUITES])
+ '+'.join([str(len(old[x])) for x in SUITES]) + ' old packages with the same version, ' + \
+ 'for ' + str(total) + ' or ' + \
+ '+'.join([str(now_queued_here[x]) for x in SUITES]) + ' packages in total.'
log.info(message)
kgb = ['kgb-client', '--conf', '/srv/jenkins/kgb/debian-reproducible.conf',
'--relay-msg']
--
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