From d0f936382e9e54ba5121a6d53c3bbeb2e4bcbc31 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 23 May 2015 21:48:16 +0200 Subject: reproducible: shorten output --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 8ef32740..e77d2070 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -349,7 +349,7 @@ write_usertag_table() { let "COUNT+=1" VALUE=$(echo $RESULT | cut -d "|" -f$COUNT) if [ $COUNT -eq 1 ] ; then - write_page "" + write_page "
Bugs per usertag on $VALUEOpenDoneTotal
" elif [ $((COUNT%2)) -eq 0 ] ; then write_page "" TOTAL=$VALUE @@ -362,7 +362,7 @@ write_usertag_table() { let "TTOTAL=TTOTAL+TOTAL" fi done - write_page "" + write_page "" write_page "
Usertagged bugsOpenDoneTotal
${FIELD:5}$VALUE
Total number of usertags for reproducible-builds@lists.alioth.debian.org
(this is not the number of bugs as bugs can have several tags)
$TOPEN$TDONE$TTOTAL
Total number of usertags on $DATE
(this is not the number of bugs as bugs can have several tags)
$TOPEN$TDONE$TTOTAL
" fi } -- cgit v1.2.3-54-g00ecf