From dbb4f0ff4994030828ca7ee901ec80e9a2ddce26 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Thu, 9 Jun 2016 13:00:09 -0400 Subject: debian reproducible: fix links to packages in 'testing' and 'unstable' on package pages --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index caa32413..840bc17a 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -188,7 +188,7 @@ def gen_suites_links(package, current_suite, current_arch): if ( s == current_suite and a == current_arch ): html += (tab*2 + ' {}').format(version) else: - html += (tab*2 + ' {}').format(RB_PKG_URI, s, a, package.name, spokenstatus, version, build_date, version) html += ' in {}\n'.format(s, a, s) -- cgit v1.2.3-54-g00ecf