From cd353f68957ead4376d00563eddfbda5ab905cba Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Mar 2015 16:45:13 +0100 Subject: reproducible: drop $date, those are current values --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_graphs.sh') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 1833b8c1..c1b89d24 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -490,14 +490,14 @@ create_main_stats_page() { done write_page "

" # write suite table - write_page "" + write_page "
suitesources in total on $DATEreproducible packagesunreproducible packagespackages failing to buildother packages
" for SUITE in $SUITES ; do gather_suite_stats write_page "" done write_page "
suitesources in totalreproducible packagesunreproducible packagespackages failing to buildother packages
$SUITE$AMOUNT$COUNT_GOOD / $PERCENT_GOOD%$COUNT_BAD / $PERCENT_BAD%$COUNT_UGLY / $PERCENT_UGLY%$COUNT_OTHER / $PERCENT_OTHER%
" # write inventory table - write_page "" + write_page "
inventory typeamount on $DATE
" write_page "" write_page "" write_page "
inventory typeamount
packages with notes$NOTES
issues categorized$ISSUES
" -- cgit v1.2.3-54-g00ecf