From d5d889a81b99bf54dca1201f10b21b3de8b6c4d7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 20 Mar 2015 19:19:59 +0100 Subject: reproducible: html_all_pages: purge_old_pages() only once, at the end, no once per suite --- bin/reproducible_html_all_packages.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_all_packages.py') 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() -- cgit v1.2.3-54-g00ecf