From 7ea847808c744dc588582da77a6d0d0945784008 Mon Sep 17 00:00:00 2001
From: Holger Levsen
Date: Sat, 14 Feb 2015 18:56:11 +0100
Subject: reproducible: improve wording
---
bin/reproducible_html_notes.py | 4 ++--
1 file 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 = '\nThere are ' + str(len(without_notes)) + ' unreproducible ' \
- + 'packages without notes.
This are package that nobody has ' \
- + 'has even looked at yet.
\n'
+ + 'packages without notes. So these are the packages with failures ' \
+ + 'that still need to be investigated:
\n'
html += '\n' + tab + '\n'
html = (tab*2).join(html.splitlines(True))
for pkg in sorted(without_notes):
--
cgit v1.2.3-70-g09d2