diff options
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-x | bin/reproducible_html_notes.py | 2 |
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: |