From 4978f3e64f16601a026eb22f71f1c824fee90419 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 12 Apr 2015 20:36:19 +0200 Subject: reproducible: html_indexes: use that new link_package() thinghy --- bin/reproducible_html_indexes.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 6450c1ad..5a35c402 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -325,13 +325,7 @@ def build_page_section(page, section, suite, arch): pkg = row[0] url = RB_PKG_URI + '/' + suite + '/' + arch + '/' + pkg + '.html' html += tab*2 - html += '' + pkg + '' - html += get_trailing_icon(pkg, bugs) + html += link_package(pkg, suite, arch, bugs) if page == 'scheduled': html += '' html += '\n' -- cgit v1.2.3-54-g00ecf