[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: show number of uninvestigated packages
Holger Levsen
holger at moszumanska.debian.org
Thu May 14 15:24:51 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 9ef112a49a2d9bb6b81ca82714b8961804790ff9
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu May 14 17:24:30 2015 +0200
reproducible: show number of uninvestigated packages
---
bin/reproducible_html_graphs.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index bcc4eff..ce8a467 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>"
--
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