[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve grammar
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 19:35:00 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 a27eb4516b89843b0807e29938ecfa618d1d917b
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 21:34:46 2015 +0200
reproducible: improve grammar
---
bin/reproducible_html_breakages.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 875f15d..ea6b1ab 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -272,13 +272,13 @@ def gen_html():
html += _gen_section('are not marked as unreproducible, but they ' +
'have a diffoscope file:', not_unrep_with_dbd_file())
# missing files
- html += _gen_section('are built but don\'t have a buildlog:',
+ html += _gen_section('have been built but don\'t have a buildlog:',
lack_rbuild())
- html += _gen_section('are built but don\'t have a .buildinfo file:',
+ html += _gen_section('have been built but don\'t have a .buildinfo file:',
lack_buildinfo())
# diffoscope troubles
without_dbd, bad_dbd = unrep_with_dbd_issues()
- html += _gen_section('are marked as unreproducible, but without ' +
+ html += _gen_section('are marked as unreproducible, but there is no ' +
'diffoscope output - so probably diffoscope ' +
'crashed:', without_dbd)
html += _gen_section('are marked as unreproducible, but their ' +
--
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