From 31b3cb28536189040948d40953a33ff5ff5e52e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 19 Sep 2015 21:15:55 +0200 Subject: reproducible: on armhf: only schedule unstable --- bin/reproducible_scheduler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index f1c18083..31ac06b0 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -494,6 +494,8 @@ def scheduler(arch): if suite not in priotized_suite_order: priotized_suite_order.append(suite) for suite in priotized_suite_order: + if arch = 'armhf' and suite != 'unstable': + continue query = 'SELECT count(*) ' \ 'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' \ 'WHERE s.suite="{suite}" AND s.architecture="{arch}"' -- cgit v1.2.3-54-g00ecf