[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: html_all_pages: purge_old_pages() only once, at the end, no once per suite

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 18:27:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d5d889a81b99bf54dca1201f10b21b3de8b6c4d7
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Mar 20 19:19:59 2015 +0100

    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(-)

diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py
index eafe5d4..66d92b0 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()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list