diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-06 18:09:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-06 18:09:11 +0200 |
commit | d6539c17e204efb7cc27de5006e0896483d1d79c (patch) | |
tree | 17ed25db2cb1ae78afb9b7ebce859bc14c0ab0f3 | |
parent | c5f840e7e5d79480997bea2d0ca0a2e4e7a0e31e (diff) | |
download | jenkins.debian.net-d6539c17e204efb7cc27de5006e0896483d1d79c.tar.xz |
reproducible any-arm is also build on armhf
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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 |