diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:34:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 21:34:46 +0200 |
commit | a27eb4516b89843b0807e29938ecfa618d1d917b (patch) | |
tree | a6d30d5038a2468674b30a47f0defaf3726c1ce8 | |
parent | 73725f2d14d7257c6e3bacb2bf1957502a1d69e4 (diff) | |
download | jenkins.debian.net-a27eb4516b89843b0807e29938ecfa618d1d917b.tar.xz |
reproducible: improve grammar
-rwxr-xr-x | bin/reproducible_html_breakages.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 875f15d1..ea6b1ab2 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 ' + |