From 3ab9f021dfcf4774a1672c4b440b80341c9bdf24 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 19 Sep 2015 08:58:59 +0200 Subject: reproducible: don't generate the schedule pages twice --- bin/reproducible_scheduler.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index de13355a..74eae0c2 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -448,7 +448,6 @@ def scheduler(arch): total = int(query_db(query.format(arch=arch))[0][0]) log.info('Currently scheduled packages in all suites on ' + arch + ': ' + str(total)) if total > MAXIMUM[arch]: - generate_schedule(arch) # from reproducible_html_indexes log.info(str(total) + ' packages already scheduled' + ', only scheduling new versions.') empty_pkgs = {} -- cgit v1.2.3-54-g00ecf