[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix another variable name

Holger Levsen holger at moszumanska.debian.org
Sat Jun 13 00:32:45 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 6b23830e6ec2a2e4e77e62a75430e9e32e1ef4ae
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jun 13 02:32:13 2015 +0200

    reproducible: fix another variable name
---
 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 3f079f6..7db89a0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -316,7 +316,7 @@ def scheduler():
         query = 'SELECT count(*) ' + \
                 'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' + \
                 'WHERE s.suite="{suite}"'.format(suite=suite)
-        queued[suite] = int(query_db(query)[0][0]) + \
+        now_queued_here[suite] = int(query_db(query)[0][0]) + \
                         len(untested[suite]+new[suite]+old[suite])
         # schedule packages differently in the queue...
         schedule_packages(untested[suite], datetime.now())

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