From 8c8c4e8fdc7e8426a93bf77162c4ca60262515aa Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Mar 2015 11:45:55 +0100 Subject: reproducible: include total number of sources per suite --- bin/reproducible_html_graphs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 8933f920..21aaac67 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -352,7 +352,7 @@ create_suite_stats_page() { MAINLABEL[0]="Reproducibility status for packages in '$SUITE'" MAINLABEL[2]="Age in days of oldest build in '$SUITE'" echo "$(date) - starting to write $PAGE page." - write_page_header $VIEW "Overview of various statistics about reproducible builds for $SUITE" + write_page_header $VIEW "Overview of reproducible builds for packages in $SUITE" if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then write_page "

$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE currently.

" fi @@ -490,10 +490,10 @@ create_main_stats_page() { done write_page "

" # write suite table - write_page "" + write_page "
Suite on $DATEreproducible packagesunreproducible packagespackages failing to buildother packages
" for SUITE in $SUITES ; do gather_suite_stats - write_page "" + write_page "" done write_page "
suitesources in total on $DATEreproducible packagesunreproducible packagespackages failing to buildother packages
$SUITE$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%
$SUITE$AMOUNT$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%
" # write inventory table -- cgit v1.2.3-70-g09d2