From 7449bae19fc419a02f79e9f01b9707d23bdb48a6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Aug 2015 20:11:41 +0200 Subject: reproducible: we only test unstable on armhf atm... --- bin/reproducible_html_dashboards.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_html_dashboards.sh') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 586651d1..3eedb24e 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 -- cgit v1.2.3-54-g00ecf