From ffaf3f99523c5b7423333d8bce8145b3e70c33a0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 6 Mar 2015 19:06:51 +0100 Subject: reproducible: scheduler: build pages for new packages. This is possible since the last commit, where a new 'untested' status was added --- bin/reproducible_scheduler.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index bc254fb0..8f19b17e 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -21,6 +21,7 @@ from urllib.request import urlopen from reproducible_common import * from reproducible_html_indexes import build_page +from reproducible_html_packages import gen_packages_html def call_apt_update(suite): @@ -121,6 +122,9 @@ def update_sources_tables(suite): log.critical('source in the reproducible db for the ' + suite + ' suite:' + str(pkgs_end[0][0])) sys.exit(1) + if pkgs_to_add: + log.info('Building pages for the new packages') + gen_packages_html(pkgs_to_add, no_clean=True) def print_schedule_result(suite, criteria, packages): -- cgit v1.2.3-70-g09d2