[Qa-jenkins-scm] [jenkins.debian.net] 01/01: typos in the morrrnings...
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 20 06:59:35 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 fd58b8ffff235ebb4f2f6e47ca76193aa3259c5b
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 20 08:59:22 2015 +0200
typos in the morrrnings...
---
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 742517b..b72592d 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