summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_pkg_sets.py')
-rwxr-xr-xbin/reproducible_html_pkg_sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index edcfb850..89652aa5 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -162,7 +162,7 @@ def gen_other_arch_context(archs, suite, pkgset_name):
for arch in archs:
context.append({
'arch': arch,
- 'link': "/".join([DEBIAN_BASE, suite, arch, page])
+ 'link': "/".join(['/debian', suite, arch, page])
})
return context