[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: be more verbose when creating pkg sets

Holger Levsen holger at layer-acht.org
Sun Jul 17 13:20:00 UTC 2016


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 3eec52dab6a2ed555bf718ca480fc848ef460494
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jul 17 15:19:46 2016 +0200

    reproducible Debian: be more verbose when creating pkg sets
---
 bin/reproducible_html_pkg_sets.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 8072c73..42a7ea6 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -150,6 +150,8 @@ def create_index_page(suite, arch):
     body = renderer.render(basic_page_template, page_context)
     destfile = os.path.join(DEBIAN_BASE, suite, arch,
                             "index_pkg_sets.html")
+    log.info("Creating pkgset index page for %s/%s.",
+             suite, arch)
     write_html_page(title=title, body=body, destfile=destfile,
                     noheader=True, noendpage=True)
 
@@ -252,6 +254,8 @@ def create_pkgset_page_and_graphs(suite, arch, stats, pkgset_name):
     })
     page = "pkg_set_" + pkgset_name + ".html"
     destfile = os.path.join(DEBIAN_BASE, suite, arch, page)
+    log.info("Creating meta pkgset page for %s in %s/%s.",
+              pkgset_name, suite, arch)
     write_html_page(title=title, body=body, destfile=destfile,
                     noheader=True, noendpage=True)
 
@@ -281,6 +285,8 @@ def create_pkgset_graph(png_file, suite, arch, pkgset_name):
         main_label = "Reproducibility status for packages in " + suite + \
                      " from " + pkgset_name
         y_label = "Amount (" + pkgset_name + " packages)"
+        log.info("Creating graph for meta pkgset %s in %s/%s.",
+                  pkgset_name, suite, arch)
         check_call([graph_command, csv_tmp_file, png_file, '4', main_label,
                     y_label, '1920', '960'])
 

-- 
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