[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: link to diffoscope file which should not exist
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 19:26:59 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 02b9a7d69d4d1f687a51d83b66b8c420b1882308
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 21:26:44 2015 +0200
reproducible: link to diffoscope file which should not exist
---
bin/reproducible_html_breakages.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 032cf23..eb26392 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -53,8 +53,8 @@ def not_unrep_with_dbd_file():
eversion + '.debbindiff.html'
if os.access(dbd, os.R_OK):
bad_pkgs.append((pkg, version, suite, arch))
- log.warning(suite + '/' + arch + '/' + pkg + ' (' + version + ') has a '
- 'diffoscope file but it\'s not unreproducible.')
+ log.warning(dbd + 'exists but ' + suite + '/' + arch + '/' + pkg + ' (' + version + ')'
+ 'is not unreproducible.')
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