[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: explain how many packages need to be fixed in total

Holger Levsen holger at moszumanska.debian.org
Mon May 18 18:44:08 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 a94c545cca4145176fcf562d14deec2aadefec3e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 18 20:43:57 2015 +0200

    reproducible: explain how many packages need to be fixed in total
---
 bin/reproducible_html_graphs.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 2cf2c81..975c2fd 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -555,7 +555,8 @@ create_main_stats_page() {
 	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 "<tr><td>packages in $SUITE without any identified issue</td><td>$(echo $COUNT_BAD + $COUNT_UGLY - $NOTES|bc)</td></tr>"
+	write_page "<tr><td>packages in $SUITE which need to be fixed</td><td>$(echo $COUNT_BAD + $COUNT_UGLY |bc) / $(echo $PERCENT_BAD + $PERCENT_UGLY|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