[Piuparts-commits] [piuparts] 01/01: polish and announce bts stats graph

Holger Levsen holger at moszumanska.debian.org
Mon May 19 10:11:08 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit f7b4d7295aa737f9b0c9244cca527f8c5e55f030
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 19 11:38:10 2014 +0200

    polish and announce bts stats graph
---
 htdocs/index.tpl   | 12 +++++++++++-
 piuparts-report.py |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 4e6a667..a75afb7 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -60,7 +60,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <img src="./bts_stats.png" height="450" width="800" alt="Bugs submitted which were found using piuparts" \>
+      <img src="./bts_stats.png" width="100%" alt="Bugs submitted which were found using piuparts" \>
      </td>
     </tr>
     <tr class="titlerow">
@@ -70,6 +70,16 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
+      <b>2014-05-19</b> Add a graph to the startpage showing the number of bugs filed due to running piuparts.
+     </td>
+    </tr>
+    <tr class="normalrow">
+     <td class="contentcell2">
+      <b>2014-05-11</b> Temporarily ignore debsums results for wheezy2jessie and wheezy2bpo2jessie due to <a href="http://bugs.debian.org/744398" target="_blank">#744398</a>.
+     </td>
+    </tr>
+    <tr class="normalrow">
+     <td class="contentcell2">
       <b>2014-02-26</b> A new <a href="https://piuparts.debian.org/summary.json">JSON summary file</a> is being published, showing package testing state, status URL, and the number of packages being blocked by failures, for each distribution.
      </td>
     </tr>
diff --git a/piuparts-report.py b/piuparts-report.py
index 3f79fd9..601cf87 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1631,7 +1631,7 @@ def dwke_process_section(section, sectiondir, htmldir, problem_list, pkgsdb):
 
 def make_bts_stats_graph(master_dir, out_dir):
     countsfile = os.path.join(master_dir, "bts_stats.txt")
-    pngfile = os.path.join(out_dir, "bts_stat.png")
+    pngfile = os.path.join(out_dir, "bts_stats.png")
     grdevices = importr('grDevices')
     grdevices.png(file=pngfile, width=1600, height=900, pointsize=10, res=100)
     r = robjects.r

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



More information about the Piuparts-commits mailing list