summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-07 12:28:42 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 12:28:42 +0100
commitd128401746db0d511c36456d475713fe77d0c295 (patch)
tree52b34ed029fd9e9e71e795cb166a6c43c34351f2 /bin/reproducible_html_packages.py
parent5666075846a19703331c0d9ff2553f4a683e5e2f (diff)
downloadjenkins.debian.net-d128401746db0d511c36456d475713fe77d0c295.tar.xz
reproducible: rename debbindiff.(html|txt)(.gz|) files to diffoscope… files
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 017a33a9..a178330a 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -106,13 +106,13 @@ def link_buildlogs(package, eversion, suite, arch):
def link_diffs(package, eversion, suite, arch, status):
html = ''
dbd = DBD_PATH + '/' + suite + '/' + arch + '/' + package + '_' + \
- eversion + '.debbindiff.html'
+ eversion + '.diffoscope.html'
dbdtxt = DBDTXT_PATH + '/' + suite + '/' + arch + '/' + package + '_' + \
- eversion + '.debbindiff.txt.gz'
+ eversion + '.diffoscope.txt.gz'
dbd_url = DBD_URI + '/' + suite + '/' + arch + '/' + package + '_' + \
- eversion + '.debbindiff.html'
+ eversion + '.diffoscope.html'
dbdtxt_url = DBDTXT_URI + '/' + suite + '/' + arch + '/' + package + '_' + \
- eversion + '.debbindiff.txt'
+ eversion + '.diffoscope.txt'
if os.access(dbd, os.R_OK):
html += '<li><a href="' + dbd_url + '" target="main">differences</a>\n'
if os.access(dbdtxt, os.R_OK):