[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: we only test unstable on armhf atm...
Holger Levsen
holger at moszumanska.debian.org
Wed Aug 19 18:12:03 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 7449bae19fc419a02f79e9f01b9707d23bdb48a6
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 19 20:11:41 2015 +0200
reproducible: we only test unstable on armhf atm...
---
bin/reproducible_html_dashboards.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index 586651d..3eedb24 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -432,6 +432,10 @@ update_bug_stats
update_notes_stats
for ARCH in ${ARCHS} ; do
for SUITE in $SUITES ; do
+ if [ "$SUITE" != "unstable" ] && [ "$ARCH" = "armhf" ] ; then
+ # we only test unstable on armhf atm
+ continue
+ fi
update_suite_arch_stats
gather_suite_arch_stats
create_suite_arch_stats_page
--
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