[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve language

Holger Levsen holger at moszumanska.debian.org
Tue Sep 22 20:14:06 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 1515f07f4ef272638eeefdd1ce5591c70b5f072f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Sep 22 22:13:44 2015 +0200

    reproducible: improve language
---
 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 c17abf1..d3d88da 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -116,7 +116,7 @@ def pbuilder_dep_fail():
                     if re.search(b'E: pbuilder-satisfydepends failed.', line):
                         bad_pkgs.append((pkg, version, suite, arch))
                         log.warning(suite + '/' + arch + '/' + pkg + ' (' + version +
-                                    ') failed to meet its dependencies.')
+                                    ') failed to satisfy its dependencies.')
     return bad_pkgs
 
 
@@ -260,7 +260,7 @@ def _gen_section(header, pkgs, entries=None):
 def gen_html():
     html = ''
     # files that should not be there (e.g. removed package without cleanup)
-    html += _gen_section('log files that should not be there', None,
+    html += _gen_section('log files that should not be there:', None,
                          entries=alien_log())
     html += _gen_section('diffoscope files that should not be there:', None,
                          entries=alien_dbd())
@@ -286,7 +286,7 @@ def gen_html():
                          'file - so probably diffoscope ran into a ' +
                          'timeout:', bad_dbd)
     # pbuilder-satisfydepends failed
-    html += _gen_section('failed to match their build-dependencies:',
+    html += _gen_section('failed to satisfy their build-dependencies:',
                          pbuilder_dep_fail())
     return html
 

-- 
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