summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-25 16:35:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-25 16:35:47 +0200
commita167698105f9f4f17e43487000e79aaa05841f9f (patch)
tree70c3c13ffe2f792ae1b0ee9f33c4a684ea9ed479 /bin/reproducible_html_packages.py
parent7ebe29c3ed6c4096f0d202fbc991dd1000bd24fd (diff)
downloadjenkins.debian.net-a167698105f9f4f17e43487000e79aaa05841f9f.tar.xz
reproducible: improve look
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 706f790d..35275bac 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -186,8 +186,8 @@ def gen_suites_links(package, current_arch):
icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix
html += icon.format(icon=join_status_icon(status)[1], status=status)
html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
- ' title="{}: {}">{} in {}</a></li>\n').format(RB_PKG_URI,
- s, a, package.name, status, version, version, s)
+ ' title="{}: {}">{}</a>:{}</li>\n').format(RB_PKG_URI,
+ s, a, package.name, status, version, s, version)
html += '</span>\n'
html += tab + '</ul></li>'
html += '</ul>\n'