summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-14 19:03:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-14 19:03:45 +0100
commit2d6d7b42c5020af98a4f5e96af528cd9cf384425 (patch)
tree01f8a275d90dbb817617caa793b6016618dca538 /bin/reproducible_html_notes.py
parent7ea847808c744dc588582da77a6d0d0945784008 (diff)
downloadjenkins.debian.net-2d6d7b42c5020af98a4f5e96af528cd9cf384425.tar.xz
reproducible: fixup no_notes navigation
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 b59b2bfc..827fa740 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -379,7 +379,7 @@ def index_no_notes(notes, bugs):
'WHERE status = "unreproducible" OR status = "FTBFS"')
without_notes = [x[0] for x in all_pkgs if x[0] not in notes]
html = '\n<p>There are ' + str(len(without_notes)) + ' unreproducible ' \
- + 'packages without notes. So these are the packages with failures ' \
+ + 'packages without notes. These are the packages with failures ' \
+ 'that still need to be investigated: </p>\n'
html += '<p>\n' + tab + '<code>\n'
html = (tab*2).join(html.splitlines(True))