From d1d11ac350bbe1a7baf85b628c80e514bbecd7f6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 6 Sep 2015 15:22:21 +0200 Subject: reproducible: special case armhf, where we only build unstable --- bin/reproducible_html_indexes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_html_indexes.py') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 2244d800..6a0c53b5 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -513,6 +513,8 @@ def build_page(page, suite=None, arch=None): else: for suite in SUITES: for arch in ARCHS: + if arch == 'armhf' and suite != 'unstable': + continue log.debug('global page ยง' + section['db_status'] + ' in ' + page + ' for ' + suite + '/' + arch) html += build_page_section(page, section, suite, arch)[0] -- cgit v1.2.3-54-g00ecf