[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: special case armhf, where we only build unstable
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 6 13:22:53 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 d1d11ac350bbe1a7baf85b628c80e514bbecd7f6
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 6 15:22:21 2015 +0200
reproducible: special case armhf, where we only build unstable
---
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 2244d80..6a0c53b 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]
--
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