summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-15 15:18:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-15 15:18:58 +0200
commit571b063077bc37e7b85478cbfc9fa3a4c41821db (patch)
treea030c44894937ca47747f146190e1f80214a479b /bin/reproducible_html_packages.py
parentce26a6eec7667c47005f3ee37f54e95de0e52b22 (diff)
downloadjenkins.debian.net-571b063077bc37e7b85478cbfc9fa3a4c41821db.tar.xz
reproducible: s#debbindiff#diffoscope#g in most of the output
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 92b9a43a..0d46cce2 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -116,7 +116,7 @@ def gen_extra_links(package, version, suite, arch, status):
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 debbindiff output.')
+ ' is unreproducible, but without diffoscope output.')
if os.access(dbdtxt, os.R_OK):
url = DBDTXT_URI + '/' + suite + '/' + arch + '/' + package + '_' + \
eversion + '.debbindiff.txt'