summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index a8a920a4..90faa463 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -235,7 +235,9 @@ def gen_packages_html(packages, suite=None, arch=None, no_clean=False, nocheck=F
if nocheck and (not suite or not arch):
for lsuite in SUITES:
for larch in ARCHES:
- gen_packages_html(packages, lsuite, larch, no_clean, True)
+ gen_packages_html(packages, lsuite, larch, True, True)
+ if not no_clean:
+ purge_old_pages()
return
for pkg in sorted(packages):
pkg = str(pkg)