[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: provide dummy values for untested archs

Holger Levsen holger at moszumanska.debian.org
Sun Sep 20 06:54:09 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 a31d7e65a1f504e6ae36cc03e463c33a3dcbbd2e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 20 08:50:33 2015 +0200

    reproducible: provide dummy values for untested archs
---
 bin/reproducible_scheduler.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 6b27386..7cae8fc 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -495,6 +495,7 @@ def scheduler(arch):
             priotized_suite_order.append(suite)
     for suite in priotized_suite_order:
         if arch == 'armhf' and suite != 'unstable':
+            now_queued_here[suite] = 0
             continue
         query = 'SELECT count(*) ' \
                 'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' \

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