From f3d5f4b012de517108fb4e1e8d8698121d13a1c3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 02:08:14 +0200 Subject: reproducible: only build index pages for suite+architectures that are tested --- bin/reproducible_html_indexes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index b592544c..f02ce40c 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -567,6 +567,8 @@ if __name__ == '__main__': generate_schedule() for suite in SUITES: for arch in ARCHS: + if arch == 'armhf' and suite != 'unstable': + continue for page in pages.keys(): if 'global' not in pages[page] or not pages[page]['global']: build_page(page, suite, arch) -- cgit v1.2.3-54-g00ecf