[Qa-jenkins-scm] [jenkins.debian.net] 01/01: improve language
Holger Levsen
holger at moszumanska.debian.org
Sun May 3 12:12:58 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 b2be2496f6160e54a4915f6d3322eab53d4ca31f
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun May 3 14:12:38 2015 +0200
improve language
---
bin/reproducible_breakages.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 4e42a54..653726a 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -78,7 +78,7 @@ def lack_rbuild():
if not os.access(rbuild, os.R_OK):
bad_pkgs.append((pkg, version, suite, arch))
log.warning(pkg + '/' + suite + ' (' + version + ') has been '
- 'built, but it\'s without a buildlog.')
+ 'built, but a buildlog is missing.')
return bad_pkgs
@@ -100,7 +100,7 @@ def pbuilder_dep_fail():
if re.search(b'E: pbuilder-satisfydepends failed.', line):
bad_pkgs.append((pkg, version, suite, arch))
log.warning(pkg + '/' + suite + ' (' + version +
- ') failed to met its dependecies')
+ ') failed to met its dependencies.')
return bad_pkgs
--
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