[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typos

Holger Levsen holger at moszumanska.debian.org
Sat Sep 19 08:21:10 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 b9ee9c561b6e115af5fbf15b9d05a3aaa2a60d99
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 19 10:21:02 2015 +0200

    reproducible: fix typos
---
 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 832de59..cf34127 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -393,7 +393,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('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
+    log.info('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' new packages'
@@ -413,7 +413,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('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
+    log.info('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' with new versions'
@@ -433,7 +433,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('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
+    log.info('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
         msg += ' ftbfs versions without bugs filed'
@@ -453,7 +453,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('- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
+    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