[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: also explain arch in suite table

Holger Levsen holger at moszumanska.debian.org
Mon Sep 7 22:51:41 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 98729738b0606aecf210daeb4e288669fe482ce5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 8 00:51:08 2015 +0200

    reproducible: also explain arch in suite table
---
 bin/reproducible_html_dashboard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index cdffa1e..fc24f54 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -284,7 +284,7 @@ write_suite_table() {
 			continue
 		fi
 		gather_suite_arch_stats
-		write_page "<tr><td>$SUITE</td><td>$AMOUNT"
+		write_page "<tr><td>$SUITE/$ARCH</td><td>$AMOUNT"
 		if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then
 			write_page "<span style=\"font-size:0.8em;\">($PERCENT_TOTAL% tested)</span>"
 		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