From d9ed5a71857c34b13dfd092d885f16a8e8ef38aa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 16 May 2015 11:33:43 +0200 Subject: reproducible: dont schedule (any) old packages if the queue aint low --- bin/reproducible_scheduler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 2554ed6d..2fe95e42 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -261,8 +261,6 @@ def scheduler(): many_old = 17 # also... elif total <= 450: many_old = 10 # ... - elif total <= 550: - many_old = 1 # ... else: many_old = 0 # ... for suite in SUITES: -- cgit v1.2.3-54-g00ecf