From 7ebe29c3ed6c4096f0d202fbc991dd1000bd24fd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 25 Aug 2015 16:30:08 +0200 Subject: reproducible: include the the package version in the suite links --- 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 8eba0306..706f790d 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 + '{status}' + suffix html += icon.format(icon=join_status_icon(status)[1], status=status) html += (tab*2 + ' {}\n').format(RB_PKG_URI, - s, a, package.name, status, version, s) + ' title="{}: {}">{} in {}\n').format(RB_PKG_URI, + s, a, package.name, status, version, version, s) html += '\n' html += tab + '' html += '\n' -- cgit v1.2.3-54-g00ecf