summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_indexes.py8
1 files changed, 1 insertions, 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 += '<a href="' + url + '" class="'
- if package_has_notes(pkg):
- html += 'noted'
- else:
- html += 'package'
- html += '">' + pkg + '</a>'
- html += get_trailing_icon(pkg, bugs)
+ html += link_package(pkg, suite, arch, bugs)
if page == 'scheduled':
html += '</code></td></tr>'
html += '\n'