You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/04/09 09:26:23 UTC

bigtop git commit: BIGTOP-2366: Support https:// repositories for DEB systems

Repository: bigtop
Updated Branches:
  refs/heads/master 37d3b5e48 -> 84b7da8fb


BIGTOP-2366: Support https:// repositories for DEB systems


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

Branch: refs/heads/master
Commit: 84b7da8fbcee78f890326bc07b8850075accec13
Parents: 37d3b5e
Author: Olaf Flebbe <of...@fleb.be>
Authored: Mon Mar 28 21:23:43 2016 +0200
Committer: Olaf Flebbe <of...@fleb.be>
Committed: Sat Apr 9 09:24:02 2016 +0200

----------------------------------------------------------------------
 bigtop-deploy/vm/utils/setup-env-debian.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/84b7da8f/bigtop-deploy/vm/utils/setup-env-debian.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/utils/setup-env-debian.sh b/bigtop-deploy/vm/utils/setup-env-debian.sh
index 3d34fe1..ac92615 100755
--- a/bigtop-deploy/vm/utils/setup-env-debian.sh
+++ b/bigtop-deploy/vm/utils/setup-env-debian.sh
@@ -29,6 +29,7 @@ if [ $enable_local_repo == "true" ]; then
     echo "deb file:///bigtop-home/output/apt bigtop contrib" > /etc/apt/sources.list.d/bigtop-home_output.list
     apt-get update
 else
+    apt-get install -y apt-transport-https
     echo "local apt = $enable_local_repo ; NOT Enabling local apt. Packages will be pulled from remote..."
 fi