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

Holger Levsen holger at moszumanska.debian.org
Sat Jun 13 00:19:29 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 372876b45d163802e1f6ee2a911c3d83e9ea4704
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jun 13 02:18:57 2015 +0200

    reproducible: fix logic error
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f0b8b23..b6ebc35 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -249,8 +249,8 @@ def schedule_new_versions(total):
         many_new = 200
     else:
         many_new = 150
-    log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
     for suite in SUITES:
+        log.info('Requesting ' + str(many_new) + ' new versions in ' + suite + '...')
         new[suite] = query_new_versions(suite, many_new)
         log.info('Received ' + str(len(new[suite])) + ' new packages in ' + suite + ' to schedule.')
     log.info('==============================================================')

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