summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-03 20:14:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-03 20:14:18 +0200
commit473b62246f19dccea6cd02d347e81045783a5ca2 (patch)
tree0103f0db89f02217030d286ceb40427aa68af98a
parentd7533834656b645df7609c880d2f798b9c7df734 (diff)
downloadjenkins.debian.net-473b62246f19dccea6cd02d347e81045783a5ca2.tar.xz
reproducible: fix typo
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 4221bfc2..b02d9f1b 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -199,7 +199,7 @@ def gen_suites_links(package, current_suite, current_arch):
prefix = ''
suffix = '\n'
icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix
- status, icon = join_status_icon(status, pkg, version)
+ status, icon = join_status_icon(status, package, version)
html += icon.format(icon=icon, status=status)
html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
' title="{}: {}{}">{}</a> in <a href="/{}/{}/" target="_parent">{}</a>\n').format(RB_PKG_URI,