[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible: breakages: fix grammar
Holger Levsen
holger at moszumanska.debian.org
Sun May 3 09:21:22 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 8a6c4d1812b6181ba580611082102dce1cd7b61f
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sun May 3 10:32:09 2015 +0200
reproducible: breakages: fix grammar
---
bin/reproducible_breakages.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index a3a844d..57cfba3 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -220,7 +220,8 @@ def gen_html():
html += _gen_section('are not marked as unreproducible, but they ' +
'have a debbindiff file:', not_unrep_with_dbd_file())
# missing buildlog
- html += _gen_section('are built does not have a buildlog', lack_rbuild())
+ html += _gen_section('are built but does not have a buildlog',
+ lack_rbuild())
# pbuilder-satisfydepends failed
html += _gen_section('failed to met their build-dependecies',
pbuilder_dep_fail())
--
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