diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-20 19:21:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-20 19:27:08 +0100 |
commit | 5538a76c087415a3503ae9a743ea2177453f4146 (patch) | |
tree | 85ed517a104da37128ddacaaf0332dfb56ffd41e /bin | |
parent | d5d889a81b99bf54dca1201f10b21b3de8b6c4d7 (diff) | |
download | jenkins.debian.net-5538a76c087415a3503ae9a743ea2177453f4146.tar.xz |
reproducible: html_all_packages: rebuild pages for all arches
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_all_packages.py | 3 |
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() |