You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/08/02 23:23:58 UTC

[02/14] bigtop git commit: BIGTOP-2824: Add centos 7 aarch64 sandbox support

BIGTOP-2824: Add centos 7 aarch64 sandbox support

This patch will add the CentOS 7 AArch64 support for sandbox.

Signed-off-by: Naresh Bhat <na...@linaro.org>
Signed-off-by: Evans Ye <ev...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4eca9b1a
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4eca9b1a
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4eca9b1a

Branch: refs/heads/BIGTOP-2839
Commit: 4eca9b1ae59264e5b83080ec5d2d2b1b9f0b5c8d
Parents: cd37d0f
Author: Naresh Bhat <na...@linaro.org>
Authored: Wed Jul 5 05:49:14 2017 +0000
Committer: Evans Ye <ev...@apache.org>
Committed: Fri Jul 21 01:05:54 2017 +0800

----------------------------------------------------------------------
 docker/sandbox/sandbox-env.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4eca9b1a/docker/sandbox/sandbox-env.sh
----------------------------------------------------------------------
diff --git a/docker/sandbox/sandbox-env.sh b/docker/sandbox/sandbox-env.sh
index e1599d5..0a8d5e2 100644
--- a/docker/sandbox/sandbox-env.sh
+++ b/docker/sandbox/sandbox-env.sh
@@ -21,6 +21,7 @@ BIGTOP_VERSION=1.2.0
 RPMS=( \
     centos-6 \
     centos-7 \
+    centos-7-aarch64 \
     fedora-25 \
     opensuse-42.1 \
 )