From c15ecf50a1f2366904fdaa08237ab496c5725391 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 2 Sep 2015 02:17:58 +0200 Subject: reproducible: make maximum arch specific --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index c0b2497b..bcb7b371 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -441,7 +441,7 @@ def scheduler(arch): 'WHERE s.architecture="{arch}"' total = int(query_db(query.format(arch=arch))[0][0]) log.info('Currently scheduled packages in all suites: ' + str(total)) - if total > 750: + if total > MAXIMUM[arch]: generate_schedule() # from reproducible_html_indexes log.info(str(total) + ' packages already scheduled' + ', nothing to do here.') -- cgit v1.2.3-70-g09d2