From d6539c17e204efb7cc27de5006e0896483d1d79c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 6 Sep 2015 18:09:11 +0200 Subject: reproducible any-arm is also build on armhf --- bin/reproducible_html_dashboards.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 68e71fb4..68430a4d 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -275,7 +275,10 @@ create_suite_arch_stats_page() { fi set_icon not_for_us write_icon - write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH' nor 'any-$ARCH' will not be build here" + if [ "$ARCH" = "armhf" ] ; then + ARMSPECIALARCH=" 'any-arm'," + fi + write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here" write_page "and those " set_icon blacklisted write_icon -- cgit v1.2.3-54-g00ecf