diff options
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-x | bin/reproducible_scheduler.py | 1 |
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 ' \ |