[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: improve job output

Holger Levsen holger at moszumanska.debian.org
Sat Sep 19 19:16:06 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 5a805133b658cabd6e934cde537217dcff792ea0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 19 21:11:48 2015 +0200

    reproducible: improve job output
---
 bin/reproducible_scheduler.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index e3b1209..f1c1808 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -277,7 +277,6 @@ def print_schedule_result(suite, arch, criteria, packages):
     `packages` is the usual list-of-tuples returned by SQL queries,
     where the first item is the id and the second one the package name
     '''
-    log.info('--------------------------------------------------------------')
     log.info('Criteria:   ' + criteria)
     log.info('Suite/Arch: ' + suite + '/' + arch)
     log.info('Amount:     ' + str(len(packages)))
@@ -393,6 +392,7 @@ def schedule_untested_packages(arch, total):
         packages[suite] = query_untested_packages(suite, arch, many_untested)
         log.info('Received ' + str(len(packages[suite])) +
                  ' untested packages in ' + suite + ' to schedule.')
+	log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' new packages'
@@ -412,6 +412,7 @@ def schedule_new_versions(arch, total):
         packages[suite] = query_new_versions(suite, arch, many_new)
         log.info('Received ' + str(len(packages[suite])) +
                  ' new packages in ' + suite + ' to schedule.')
+	log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' with new versions'
@@ -431,6 +432,7 @@ def schedule_old_ftbfs_versions(arch, total):
         packages[suite] = query_old_ftbfs_versions(suite, arch, old_ftbfs)
         log.info('Received ' + str(len(packages[suite])) +
                  ' old ftbfs packages in ' + suite + ' to schedule.')
+	log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' ftbfs versions without bugs filed'
@@ -450,6 +452,7 @@ def schedule_old_versions(arch, total):
         packages[suite] = query_old_versions(suite, arch, many_old)
         log.info('Received ' + str(len(packages[suite])) +
                  ' old packages in ' + suite + ' to schedule.')
+	log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' known versions'

-- 
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