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

Holger Levsen holger at moszumanska.debian.org
Sat Sep 19 13:44:38 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 a75935dfaf768ab9c7ec9515462d42414bad67c6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 19 15:44:23 2015 +0200

    reproducible: improve job output
---
 bin/reproducible_scheduler.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index cf34127..b0f5897 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -393,7 +393,6 @@ 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'
@@ -413,7 +412,6 @@ 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'
@@ -433,7 +431,6 @@ 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'
@@ -453,7 +450,6 @@ 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