summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-04 00:55:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-04 00:55:32 +0200
commit51090d60544ec7336c7e0250ff6eab43ad154605 (patch)
tree423319a14cfd5a822b758f8c2183d8673d6773ee /bin/reproducible_html_notes.py
parentb179bf2a746856c91fb2e744daa4fbbf85986706 (diff)
downloadjenkins.debian.net-51090d60544ec7336c7e0250ff6eab43ad154605.tar.xz
reproducible: rename join_status_icon() to get_status_icon() and drop unused code
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 1e9b02e8..ad55d0a7 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -276,7 +276,7 @@ def gen_html_issue(issue, suite):
if not pkgs:
continue
affected += tab*4 + '<p>\n'
- affected += tab*5 + '<img src="/static/' + join_status_icon(status)[1] + '"'
+ affected += tab*5 + '<img src="/static/' + get_status_icon(status)[1] + '"'
affected += ' alt="' + status + ' icon" />\n'
affected += tab*5 + str(len(pkgs)) + ' ' + status + ' packages in ' + suite + '/' + arch +':\n'
affected += tab*5 + '<code>\n'