From cdc5c700bf7930d712a84712b936e9d0c9bd254f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 26 Aug 2015 09:43:01 +0200 Subject: reproducible: only build note related pages for suite+architectures that are tested --- bin/reproducible_html_notes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 8249ed87..1e9b02e8 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -434,6 +434,8 @@ if __name__ == '__main__': gen_packages_html([Package(x) for x in notes]) for suite in SUITES: for arch in ARCHS: + if arch == 'armhf' and suite != 'unstable': + continue build_page('notes', suite, arch) build_page('no_notes', suite, arch) build_page('FTBFS', suite, arch) -- cgit v1.2.3-70-g09d2