summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-14 16:32:53 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-14 16:32:53 +0100
commit0372afcb617d95a0f1dd791d2f989c2053b6ca10 (patch)
tree1a8b1c74abeb6c183df27f2087d10886fb059cba /bin/reproducible_html_notes.py
parent2995d31fc246126e2017acfc4bed5e35c3ba4a65 (diff)
downloadjenkins.debian.net-0372afcb617d95a0f1dd791d2f989c2053b6ca10.tar.xz
reproducible: use less confusing wording
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 c95f30d7..1a2750c3 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -436,7 +436,7 @@ def index_no_notes(notes, bugs):
'WHERE r.status = "unreproducible" OR r.status = "FTBFS"' +
'ORDER BY r.build_date DESC')
without_notes = [x for x in all_bad_pkgs if x[0] not in notes]
- html = '\n<p>There are ' + str(len(without_notes)) + ' unreproducible ' \
+ html = '\n<p>There are ' + str(len(without_notes)) + ' faulty ' \
+ 'packages without notes, in all suites. These are the packages ' \
+ 'with failures that still need to be investigated.</p>\n'
for suite in SUITES: