[Qa-jenkins-scm] [jenkins.debian.net] 06/06: reproducible: scheduler: build pages for new packages. This is possible since the last commit, where a new 'untested' status was added

Holger Levsen holger at moszumanska.debian.org
Fri Mar 6 19:11:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ffaf3f99523c5b7423333d8bce8145b3e70c33a0
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Mar 6 19:06:51 2015 +0100

    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 bc254fb..8f19b17 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):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list