diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-03 20:14:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-03 20:14:18 +0200 |
commit | 473b62246f19dccea6cd02d347e81045783a5ca2 (patch) | |
tree | 0103f0db89f02217030d286ceb40427aa68af98a /bin | |
parent | d7533834656b645df7609c880d2f798b9c7df734 (diff) | |
download | jenkins.debian.net-473b62246f19dccea6cd02d347e81045783a5ca2.tar.xz |
reproducible: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
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, |