[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: only build index pages for suite+architectures that are tested
Holger Levsen
holger at moszumanska.debian.org
Wed Aug 26 00:13:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f3d5f4b012de517108fb4e1e8d8698121d13a1c3
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 26 02:08:14 2015 +0200
reproducible: only build index pages for suite+architectures that are tested
---
bin/reproducible_html_indexes.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index b592544..f02ce40 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list