[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: meta_pkg_sets: add a title= attribute to the thumbnails

Holger Levsen holger at moszumanska.debian.org
Wed May 13 10:56:17 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 f788facf97bbacb858f62dbfdcfce7ae6272f523
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed May 13 12:36:17 2015 +0200

    reproducible: meta_pkg_sets: add a title= attribute to the thumbnails
---
 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 1843f3e..2da3550 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -422,14 +422,14 @@ create_pkg_sets_page() {
 	write_page "<ul><li>Tracked package sets in $SUITE: </li>"
 	for i in $(seq 1 ${#META_PKGSET[@]}) ; do
 		if [ -f $BASE/$SUITE/$ARCH/${TABLE[6]}_${META_PKGSET[$i]}.png ] ; then
-			write_page "<li><a href=\"#${META_PKGSET[$i]}\">${META_PKGSET[$i]}</a></li>"
+			write_page "<li><a href='#${META_PKGSET[$i]}'>${META_PKGSET[$i]}</a></li>"
 		fi
 	done
 	write_page "</ul>"
 	for i in $(seq 1 ${#META_PKGSET[@]}) ; do
 		THUMB="${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png"
 		LABEL="Reproducibility status for packages in $SUITE/$ARCH from '${META_PKGSET[$i]}'"
-		write_page "<a href=\"/$SUITE/$ARCH/index_pkg_sets.html#${META_PKGSET[$i]}\"><img src=\"/userContent/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
+		write_page "<a href=\"/$SUITE/$ARCH/index_pkg_sets.html#${META_PKGSET[$i]}\"><img src=\"/userContent/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\" title=\"${META_PKGSET[$i]}\"></a>"
 	done
 	for i in $(seq 1 ${#META_PKGSET[@]}) ; do
 		write_page "<hr /><a name=\"${META_PKGSET[$i]}\"></a>"

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