[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix log message and language in two comments
Holger Levsen
holger at layer-acht.org
Mon Jan 23 16:12:29 UTC 2017
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 39e76b232f61682d56b39e59cadd70a358061c24
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jan 23 17:12:23 2017 +0100
reproducible Debian: fix log message and language in two comments
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 71181d5..1ae6a0a 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -184,7 +184,7 @@ def alien_log(directory=None):
def alien_buildinfo():
- log.info('running alien_log check...')
+ log.info('running alien_buildinfo check...')
query = '''SELECT r.version
FROM sources AS s JOIN results AS r ON r.package_id=s.id
WHERE r.status != '' AND s.name='{pkg}' AND s.suite='{suite}'
@@ -334,7 +334,7 @@ def update_stats_breakages(diffoscope_timeouts, diffoscope_crashes):
def gen_html():
html = ''
- # files that should not be there (e.g. removed package without cleanup)
+ # files that should not be there (e.g. removed packages without cleanup)
html += _gen_files_html('log files that should not be there:',
entries=alien_log())
html += _gen_files_html('diffoscope files that should not be there:',
@@ -345,7 +345,7 @@ def gen_html():
entries=alien_buildinfo())
html += _gen_files_html('history pages that should not be there and thus have been removed:',
entries=alien_history())
- # diffoscope report where it shouldn't be
+ # diffoscope reports where they shouldn't be
html += _gen_packages_html('are not marked as unreproducible, but they ' +
'have a diffoscope file:', not_unrep_with_dbd_file())
# missing files
--
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