diff options
-rwxr-xr-x | bin/reproducible_html_all_packages.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py index eafe5d4a..66d92b04 100755 --- a/bin/reproducible_html_all_packages.py +++ b/bin/reproducible_html_all_packages.py @@ -12,8 +12,9 @@ from reproducible_common import * -from reproducible_html_packages import gen_all_rb_pkg_pages +from reproducible_html_packages import gen_all_rb_pkg_pages, purge_old_pages for suite in SUITES: - gen_all_rb_pkg_pages(suite=suite) + gen_all_rb_pkg_pages(suite=suite, no_clean=True) +purge_old_pages() |