summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 21:26:44 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 21:26:44 +0200
commit02b9a7d69d4d1f687a51d83b66b8c420b1882308 (patch)
tree4f39e48be0ba6e3706c5b93a36c631da5a708e58 /bin/reproducible_html_breakages.py
parentbda368207156a0b49897d95c6e42fcd2ca20318a (diff)
downloadjenkins.debian.net-02b9a7d69d4d1f687a51d83b66b8c420b1882308.tar.xz
reproducible: link to diffoscope file which should not exist
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 032cf23c..eb26392c 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