From 79815e5ba072791206bad5e50047dbefd1bd904c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Jan 2015 19:13:09 +0100 Subject: reproducible: also show total number of bugs of a given usertag --- bin/reproducible_html_graphs.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 62098437..4d585044 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -194,11 +194,14 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "" + write_page "
Bugs with usertags for reproducible-builds@lists.alioth.debian.org on $VALUE
" elif [ $((COUNT%2)) -eq 0 ] ; then - write_page "" + write_page "" + TOTAL=$VALUE else - write_page "" + write_page "" + let "TOTAL=TOTAL+VALUE" + write_page "" fi done write_page "
Usertag on $VALUEOpenDoneTotal
${FIELD:5}Open: $VALUE
${FIELD:5}$VALUEDone: $VALUE
$VALUE$VALUE
" -- cgit v1.2.3-70-g09d2