[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: only build note related pages for suite+architectures that are tested
Holger Levsen
holger at moszumanska.debian.org
Wed Aug 26 07:43:21 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 cdc5c700bf7930d712a84712b936e9d0c9bd254f
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 26 09:43:01 2015 +0200
reproducible: only build note related pages for suite+architectures that are tested
---
bin/reproducible_html_notes.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 8249ed8..1e9b02e 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)
--
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