summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-14 18:56:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-14 18:56:11 +0100
commit7ea847808c744dc588582da77a6d0d0945784008 (patch)
tree35c128d8d70e38f52e5c884e0b8026ad516df234 /bin/reproducible_html_notes.py
parent1d9900ff4b42191212061aa10c7d647490f95403 (diff)
downloadjenkins.debian.net-7ea847808c744dc588582da77a6d0d0945784008.tar.xz
reproducible: improve wording
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index eda8d0eb..b59b2bfc 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -379,8 +379,8 @@ 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.<br />This are package that nobody has ' \
- + 'has even looked at yet.</p>\n'
+ + 'packages without notes. So 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))
for pkg in sorted(without_notes):