[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: reword to make it clear that the graph shows the number of tags, not bugs

Holger Levsen holger at moszumanska.debian.org
Fri Apr 24 17:10:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit fca0ffde972dd9c4a7b4eb699aaa0f2d3acbf8e2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 24 19:10:06 2015 +0200

    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 09ac89b..56082ed 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 at lists.alioth.debian.org"
+MAINLABEL[3]="Usertags on bugs for user reproducible-builds at 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 at 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 at 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
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list