Skip to content
Snippets Groups Projects
Commit 5538a76c authored by Mattia Rizzolo's avatar Mattia Rizzolo Committed by h01ger
Browse files

reproducible: html_all_packages: rebuild pages for all arches

parent d5d889a8
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment