[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add title tag to the notify icon for the unicode impaired

Holger Levsen holger at moszumanska.debian.org
Tue Jun 2 10:41:37 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 7b7587a40f7bfcb4db0be6befa2d7f24fddbe5d2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 2 12:41:26 2015 +0200

    reproducible: add title tag to the notify icon for the unicode impaired
---
 bin/reproducible_common.py | 2 +-
 bin/reproducible_common.sh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 21a4ada..9a73a2c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -213,7 +213,7 @@ def _gen_links(suite, arch):
         ('last_24h', '<li><a href="/{suite}/{arch}/index_last_24h.html">packages tested in the last 24h</a></li>'),
         ('last_48h', '<li><a href="/{suite}/{arch}/index_last_48h.html">packages tested in the last 48h</a></li>'),
         ('all_abc', '<li><a href="/{suite}/{arch}/index_all_abc.html">all tested packages (sorted alphabetically)</a></li>'),
-        ('notify', '<li><a href="/index_notify.html">⚑</a></li>'),
+        ('notify', '<li><a href="/index_notify.html" title="notify icon">⚑</a></li>'),
         ('dd-list', '<li><a href="/{suite}/index_dd-list.html">maintainers of unreproducible packages</a></li>'),
         ('pkg_sets', '<li><a href="/{suite}/{arch}/index_pkg_sets.html">package sets stats</a></li>')
     ]
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 20fc4a4..0bec423 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -225,6 +225,8 @@ write_page_header() {
 			for i in $SUITES ; do
 				write_page "<li><a href=\"/$i\">suite: $i</a></li>"
 			done
+		elif [ "$TARGET" = "notify" ] ; then
+			write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"
 		else
 			write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"
 		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