summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-14 17:24:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-14 17:24:30 +0200
commit9ef112a49a2d9bb6b81ca82714b8961804790ff9 (patch)
tree975a0a6a206a3e7147086b30af6b5800af059fd5 /bin/reproducible_html_graphs.sh
parentabf2d3859c2ba6ffe584477ecaa91951d44598f7 (diff)
downloadjenkins.debian.net-9ef112a49a2d9bb6b81ca82714b8961804790ff9.tar.xz
reproducible: show number of uninvestigated packages
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index bcc4effa..ce8a4678 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -550,8 +550,11 @@ create_main_stats_page() {
# write inventory table
write_page "<table class=\"main\"><tr><th>inventory type</th><th>amount</th></tr>"
write_page "<tr><td>packages with notes</td><td>$NOTES</td></tr>"
- write_page "<tr><td>amount of issues in packages</td><td>$COUNT_ISSUES</td></tr>"
+ write_page "<tr><td>total amount of issues in packages</td><td>$COUNT_ISSUES</td></tr>"
write_page "<tr><td>issues categorized</td><td>$ISSUES</td></tr>"
+ SUITE="unstable"
+ gather_suite_stats
+ write_page "<tr><td>packages in $SUITE without notes</td><td>$(echo $COUNT_BAD + $COUNT_UGLY - $NOTES|bc)</td></tr>"
write_page "</table>"
# other graphs
write_page "<p>"