From a94c545cca4145176fcf562d14deec2aadefec3e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 20:43:57 +0200 Subject: 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 2cf2c814..975c2fd9 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -555,7 +555,8 @@ create_main_stats_page() { write_page "issues categorized$ISSUES" SUITE="unstable" gather_suite_stats - write_page "packages in $SUITE without notes$(echo $COUNT_BAD + $COUNT_UGLY - $NOTES|bc)" + write_page "packages in $SUITE without any identified issue$(echo $COUNT_BAD + $COUNT_UGLY - $NOTES|bc)" + write_page "packages in $SUITE which need to be fixed$(echo $COUNT_BAD + $COUNT_UGLY |bc) / $(echo $PERCENT_BAD + $PERCENT_UGLY|bc)%" write_page "" # other graphs write_page "

" -- cgit v1.2.3-70-g09d2