[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible any-arm is also build on armhf

Holger Levsen holger at moszumanska.debian.org
Sun Sep 6 16:09:42 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 d6539c17e204efb7cc27de5006e0896483d1d79c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 6 18:09:11 2015 +0200

    reproducible any-arm is also build on armhf
---
 bin/reproducible_html_dashboards.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index 68e71fb..68430a4 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

-- 
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