From fca0ffde972dd9c4a7b4eb699aaa0f2d3acbf8e2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 24 Apr 2015 19:10:06 +0200 Subject: reproducible: reword to make it clear that the graph shows the number of tags, not bugs --- 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 09ac89bb..56082ed3 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -59,7 +59,7 @@ COLOR[5]=1 COLOR[6]=4 COLOR[7]=2 MAINLABEL[1]="Amount of packages built each day" -MAINLABEL[3]="Bugs with usertags for user reproducible-builds@lists.alioth.debian.org" +MAINLABEL[3]="Usertags on bugs for user reproducible-builds@lists.alioth.debian.org" MAINLABEL[4]="Packages which have notes" MAINLABEL[5]="Identified issues" MAINLABEL[7]="Open and closed bugs" @@ -342,7 +342,7 @@ write_usertag_table() { let "TTOTAL=TTOTAL+TOTAL" fi done - write_page "All usertagged bugs for reproducible-builds@lists.alioth.debian.org$TOPEN$TDONE$TTOTAL" + write_page "Total number of usertags set by reproducible-builds@lists.alioth.debian.org
(this is not the number of bugs as bugs can have several tags))$TOPEN$TDONE$TTOTAL" write_page "" fi } -- cgit v1.2.3-54-g00ecf