diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-11 18:32:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-11 18:32:54 +0100 |
commit | 823267afdd4fef39e074967559215655fb19eb3a (patch) | |
tree | acf888d2cf60554d4ea9d8e291ed4b95be15c226 | |
parent | 3c3a8bfd86850f76ff8b87d749095da5fafb6591 (diff) | |
download | jenkins.debian.net-823267afdd4fef39e074967559215655fb19eb3a.tar.xz |
reproducible: shorten language
-rwxr-xr-x | bin/reproducible_html_notes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index d839a2b2..06c24ec7 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -421,8 +421,7 @@ def index_no_notes(notes, bugs): without_notes = [x for x in all_pkgs if x[0] not in notes] html = '\n<p>There are ' + str(len(without_notes)) + ' unreproducible ' \ + 'packages without notes, in all suites. These are the packages ' \ - + 'with failures that still need to be investigated.<br />\n' - html += 'In particular:</p>\n' + + 'with failures that still need to be investigated.</p>\n' for suite in SUITES: for arch in ARCHES: pkgs = [x for x in without_notes if x[1] == suite and x[2] == arch] |