[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: html_notes: use link_package() in the issues view to generate the html link of a package, to gain the new tooltip thinghy

Holger Levsen holger at moszumanska.debian.org
Tue Apr 21 14:50:30 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 064eab986fba3d7e193939327dd4f49eab3b4ae1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Tue Apr 21 16:43:26 2015 +0200

    reproducible: html_notes: use link_package() in the issues view to generate the html link of a package, to gain the new tooltip thinghy
---
 bin/reproducible_html_notes.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index de56c3f..c7553b3 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -281,8 +281,7 @@ def gen_html_issue(issue, suite):
             affected += tab*5 + str(len(pkgs)) + ' ' + status + ' packages in ' + suite + '/' + arch +':\n'
             affected += tab*5 + '<code>\n'
             for pkg in pkgs:
-                affected += tab*6 + '<a href="' + RB_PKG_URI + '/' + suite + '/' + arch + '/' + pkg + '.html' + '" class="noted">' + pkg
-                affected += '</a>' + get_trailing_icon(pkg, bugs) + '\n'
+                affected += tab*6 + link_package(pkg, suite, arch, bugs)
             affected += tab*5 + '</code>\n'
             affected += tab*4 + '</p>\n'
     except KeyError:    # The note is not listed in any package, that is

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