From e1cdcbf6e72561a6c8880c6819bd1ace2261aa94 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 19 Mar 2015 01:28:40 +0100 Subject: reproducible: turn icons for other suites into links too --- bin/reproducible_html_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 9f4d2c79..61430f8a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -170,8 +170,8 @@ def gen_suites_links(package, suite): continue status = 'untested' if not i[3] else i[3] html += '\n' + tab - icon = '{status}\n' - html += icon.format(icon=join_status_icon(status)[1], status=status) + icon = '{status}\n' + html += icon.format(icon=join_status_icon(status)[1], status=status, suite=i[0], arch=i[1]) html += tab + '' + i[0] + \ ':' + i[2] + '\n' -- cgit v1.2.3-54-g00ecf