From 0372afcb617d95a0f1dd791d2f989c2053b6ca10 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 14 Mar 2015 16:32:53 +0100 Subject: reproducible: use less confusing wording --- bin/reproducible_html_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.py') 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

There are ' + str(len(without_notes)) + ' unreproducible ' \ + html = '\n

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.

\n' for suite in SUITES: -- cgit v1.2.3-54-g00ecf