summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-20 08:50:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-20 08:50:33 +0200
commita31d7e65a1f504e6ae36cc03e463c33a3dcbbd2e (patch)
tree7597f14b8192c21c27ae532fb6bd226ff2e1b3a3
parent7fc24193ff28a9874823e80ca4201de2140e9775 (diff)
downloadjenkins.debian.net-a31d7e65a1f504e6ae36cc03e463c33a3dcbbd2e.tar.xz
reproducible: provide dummy values for untested archs
-rwxr-xr-xbin/reproducible_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 6b273863..7cae8fcd 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 ' \