[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: add links to debian/$SUITE/$ARCH in suite table

Holger Levsen holger at layer-acht.org
Mon Feb 20 00:55:31 UTC 2017


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 dc6a0a37e1067005a9784ba00ba024a1afa13f1b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Feb 20 01:55:22 2017 +0100

    reproducible Debian: add links to debian/$SUITE/$ARCH in suite table
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 928f1fd..329f4f0 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -406,7 +406,7 @@ write_suite_arch_table() {
 	for SUITE in $SUITES ; do
 		for ARCH in ${ARCHS} ; do
 			gather_suite_arch_stats
-			write_page "<tr><td class=\"left\">$SUITE/$ARCH</td><td>$AMOUNT"
+			write_page "<tr><td class=\"left\"><a href=\"/debian/$SUITE/$ARCH\">$SUITE/$ARCH</a></td><td>$AMOUNT"
 			if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; 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