[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: shorten language
Holger Levsen
holger at moszumanska.debian.org
Wed Mar 11 17:34:57 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 823267afdd4fef39e074967559215655fb19eb3a
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Mar 11 18:32:54 2015 +0100
reproducible: shorten language
---
bin/reproducible_html_notes.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index d839a2b..06c24ec 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]
--
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