From 51090d60544ec7336c7e0250ff6eab43ad154605 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Oct 2015 00:55:21 +0200 Subject: reproducible: rename join_status_icon() to get_status_icon() and drop unused code --- bin/reproducible_html_indexes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_indexes.py') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index c8d1689b..cbd18897 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -24,7 +24,7 @@ Reference doc for the folowing lists: the string above + `body`: a list of dicts containing every section that made up the page. Every section has: - - `icon_status`: the name of a icon (see join_status_icon()) + - `icon_status`: the name of a icon (see get_status_icon()) - `icon_link`: a link to hide below the icon - `query`: query to perform against the reproducible db to get the list of packages to show @@ -423,7 +423,7 @@ def build_leading_text_section(section, rows, suite, arch): no_icon_link = True # to avoid closing the tag below if section.get('icon_status'): html += 'reproducible icon' if not no_icon_link: html += '' -- cgit v1.2.3-70-g09d2