summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-21 16:43:26 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-21 16:50:20 +0200
commit064eab986fba3d7e193939327dd4f49eab3b4ae1 (patch)
treee2d043eeddbb541c63668611cbd1a0865bdf1cc6 /bin/reproducible_html_notes.py
parent83afd57b40089c83d15be0636aeea667d9b708c7 (diff)
downloadjenkins.debian.net-064eab986fba3d7e193939327dd4f49eab3b4ae1.tar.xz
reproducible: html_notes: use link_package() in the issues view to generate the html link of a package, to gain the new tooltip thinghy
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py3
1 files changed, 1 insertions, 2 deletions
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 + '<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