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/07/23 20:05:40 UTC

bigtop git commit: BIGTOP-2853: Add sandbox support for Debian 8 aarch64

Repository: bigtop
Updated Branches:
  refs/heads/master 10a278f03 -> 81a37a77c


BIGTOP-2853: Add sandbox support for Debian 8 aarch64

Add sandbox support for Debian 8 AArch64.

Signed-off-by: Konstantin Boudnik <ko...@epam.com>


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

Branch: refs/heads/master
Commit: 81a37a77c0fd966c6d6fdbe31681f59c5bf00c6f
Parents: 10a278f
Author: Naresh Bhat <na...@linaro.org>
Authored: Fri Jul 21 23:37:45 2017 +0530
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Sun Jul 23 13:05:12 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/81a37a77/docker/sandbox/sandbox-env.sh
----------------------------------------------------------------------
diff --git a/docker/sandbox/sandbox-env.sh b/docker/sandbox/sandbox-env.sh
index 0a8d5e2..85a82b0 100644
--- a/docker/sandbox/sandbox-env.sh
+++ b/docker/sandbox/sandbox-env.sh
@@ -27,5 +27,6 @@ RPMS=( \
 )
 DEBS=( \
     debian-8 \
+    debian-8-aarch64 \
     ubuntu-16.04 \
 )