summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-10-09 14:14:40 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-10-09 15:39:03 +0000
commita0339432be0b5ef01abfae36575b42640c737d90 (patch)
tree63069bd96ee51610e336ab2a132ad078e3b43c41 /bin/reproducible_html_packages.py
parent806ad46a59e4f8b1b889b66682cedb016f6fe323 (diff)
downloadjenkins.debian.net-a0339432be0b5ef01abfae36575b42640c737d90.tar.xz
reproducible: html_packages: no need to warn two times (at different log levels) about the same thing...
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 6e6a3f85..39c2460d 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -115,7 +115,6 @@ def link_diffs(package, eversion, suite, arch, status):
html += '<a href="' + dbdtxt_url + '" target="main">(txt)</a>\n'
html += '</li>\n'
else:
- log.debug('debbindiff not detetected at ' + dbd)
if status == 'unreproducible' and not args.ignore_missing_files:
log.critical(REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/' + package +
' is unreproducible, but without diffoscope output.')