[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian dashboard: correct description in table

Holger Levsen holger at moszumanska.debian.org
Tue Feb 16 17:46:10 UTC 2016


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 4df12e269fb4dd814d209a5fc0366934d3089291
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Feb 16 18:31:49 2016 +0100

    reproducible debian dashboard: correct description in table
---
 bin/reproducible_html_dashboard.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 45df06c..a3a2a87 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -452,12 +452,11 @@ create_dashboard_page() {
 	write_page "<tr><td>total number of identified issues in packages</td><td>$COUNT_ISSUES</td><td colspan=\"2\"></td></tr>"
 	write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td><td colspan=\"2\"></td></tr>"
 
-	local TD_PKG_NOISSUES="<tr><td>packages in $SUITE with issues but without identified ones</td><td></td>"
+	local TD_PKG_NOISSUES="<tr><td>packages in unstable with issues but without identified ones</td><td></td>"
 	local TD_PKG_FTBR="<tr><td>  - unreproducible ones</a></td><td></td>"
 	local TD_PKG_FTBFS="<tr><td>  - failing to build</a></td><td></td>"
 	local TD_PKG_SID="<tr><td>packages in unstable which need to be fixed</td><td></td>"
 	local TD_PKG_TESTING="<tr><td>  - in testing</td><td></td>"
-
 	for ARCH in ${ARCHS} ; do
 		SUITE="unstable"
 		gather_suite_arch_stats

-- 
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