[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: html_dd_list: fix typo
Holger Levsen
holger at moszumanska.debian.org
Thu Jul 9 10:06:20 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 53d085060bb5021e1c30f315bf831ff8c534e793
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Thu Jul 9 09:43:23 2015 +0000
reproducible: html_dd_list: fix typo
---
bin/reproducible_html_dd_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py
index 7e7ce6b..72b347f 100755
--- a/bin/reproducible_html_dd_list.py
+++ b/bin/reproducible_html_dd_list.py
@@ -44,7 +44,7 @@ for suite in SUITES:
stdout=PIPE, stdin=PIPE, stderr=PIPE)
out, err = p.communicate(input=('\n'.join(pkgs)).encode())
if err:
- log.error('dd-list errored:\n' + err.decode())
+ log.error('dd-list printed some errors:\n' + err.decode())
log.debug('dd-list output:\n' + out.decode())
html = '<p>The following maintainers and uploaders are listed '
--
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