summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_all_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-20 19:21:34 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-20 19:27:08 +0100
commit5538a76c087415a3503ae9a743ea2177453f4146 (patch)
tree85ed517a104da37128ddacaaf0332dfb56ffd41e /bin/reproducible_html_all_packages.py
parentd5d889a81b99bf54dca1201f10b21b3de8b6c4d7 (diff)
downloadjenkins.debian.net-5538a76c087415a3503ae9a743ea2177453f4146.tar.xz
reproducible: html_all_packages: rebuild pages for all arches
Diffstat (limited to 'bin/reproducible_html_all_packages.py')
-rwxr-xr-xbin/reproducible_html_all_packages.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py
index 66d92b04..c4eeba00 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()