From 064eab986fba3d7e193939327dd4f49eab3b4ae1 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 21 Apr 2015 16:43:26 +0200 Subject: 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(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index de56c3f9..c7553b37 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 + '\n' for pkg in pkgs: - affected += tab*6 + '' + pkg - affected += '' + get_trailing_icon(pkg, bugs) + '\n' + affected += tab*6 + link_package(pkg, suite, arch, bugs) affected += tab*5 + '\n' affected += tab*4 + '

\n' except KeyError: # The note is not listed in any package, that is -- cgit v1.2.3-54-g00ecf