[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: html_all_packages: rebuild pages for all arches

Holger Levsen holger at moszumanska.debian.org
Fri Mar 20 18:27:30 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 5538a76c087415a3503ae9a743ea2177453f4146
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Mar 20 19:21:34 2015 +0100

    reproducible: html_all_packages: rebuild pages for all arches
---
 bin/reproducible_html_all_packages.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py
index 66d92b0..c4eeba0 100755
--- a/bin/reproducible_html_all_packages.py
+++ b/bin/reproducible_html_all_packages.py
@@ -16,5 +16,6 @@ from reproducible_html_packages import gen_all_rb_pkg_pages, purge_old_pages
 
 
 for suite in SUITES:
-    gen_all_rb_pkg_pages(suite=suite, no_clean=True)
+    for arch in ARCHES:
+        gen_all_rb_pkg_pages(suite=suite, arch=arch, 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