summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_dd_list.py')
-rwxr-xr-xbin/reproducible_html_dd_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py
index ae077d47..174c8124 100755
--- a/bin/reproducible_html_dd_list.py
+++ b/bin/reproducible_html_dd_list.py
@@ -72,6 +72,6 @@ for suite in SUITES:
html += '\n'
html += '</pre></p>'
title = 'Maintainers of unreproducible packages in ' + suite
- destfile = BASE + '/' + suite + '/index_dd-list.html'
+ destfile = DEBIAN_BASE + '/' + suite + '/index_dd-list.html'
write_html_page(title, html, destfile, suite, arch, style_note=True)
log.info('%s/%s/index_dd-list.html published', DEBIAN_URL, suite)