diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-24 19:10:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-24 19:10:06 +0200 |
commit | fca0ffde972dd9c4a7b4eb699aaa0f2d3acbf8e2 (patch) | |
tree | d0aaf58d7c0ca66914b8732d885816bfa89d227a | |
parent | 0e3c4a1079de3e6adc8491dd5845d3df703a6805 (diff) | |
download | jenkins.debian.net-fca0ffde972dd9c4a7b4eb699aaa0f2d3acbf8e2.tar.xz |
reproducible: reword to make it clear that the graph shows the number of tags, not bugs
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 |
1 files 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 "<tr><td>All usertagged bugs for reproducible-builds@lists.alioth.debian.org</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>" + write_page "<tr><td>Total number of usertags set by reproducible-builds@lists.alioth.debian.org<br />(this is not the number of bugs as bugs can have several tags))</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>" write_page "</table>" fi } |