[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible: use less confusing wording

Holger Levsen holger at moszumanska.debian.org
Sat Mar 14 17:02:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0372afcb617d95a0f1dd791d2f989c2053b6ca10
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Mar 14 16:32:53 2015 +0100

    reproducible: use less confusing wording
---
 bin/reproducible_html_notes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index c95f30d..1a2750c 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list