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

Holger Levsen holger at moszumanska.debian.org
Sun Sep 20 06:57:55 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 84cb08f2fb67f0803d47c6afdfda1746b333bf5d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 20 08:57:44 2015 +0200

    fix typo
---
 bin/reproducible_scheduler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 3a47f77..742517b 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -431,7 +431,7 @@ def schedule_old_ftbfs_versions(arch, total):
                  suite, arch)
         packages[suite] = query_old_ftbfs_versions(suite, arch, old_ftbfs)
         log.info('Received ' + str(len(packages[suite])) +
-                 ' old ftbfs packages in ' + suite '/' + arch + + ' to schedule.')
+                 ' old ftbfs packages in ' + suite '/' + arch + ' to schedule.')
         log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':
@@ -451,7 +451,7 @@ def schedule_old_versions(arch, total):
                  suite, arch)
         packages[suite] = query_old_versions(suite, arch, many_old)
         log.info('Received ' + str(len(packages[suite])) +
-                 ' old packages in ' + suite '/' + arch + + ' to schedule.')
+                 ' old packages in ' + suite '/' + arch + ' to schedule.')
         log.info('--------------------------------------------------------------')
     msg = add_up_numbers(packages, arch)
     if msg != '0':

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