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/02/02 13:55:42 UTC

bigtop git commit: BIGTOP-2302. Use apt instead of yum in setup-env-debian.sh

Repository: bigtop
Updated Branches:
  refs/heads/master 6b386d238 -> e7e32d889


BIGTOP-2302. Use apt instead of yum in setup-env-debian.sh


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

Branch: refs/heads/master
Commit: e7e32d889742015574e58115b2339f2e028667f2
Parents: 6b386d2
Author: Faraaz Sareshwala <fs...@quantcast.com>
Authored: Mon Feb 1 17:21:11 2016 -0800
Committer: Olaf Flebbe <of...@ofleb.be>
Committed: Tue Feb 2 13:53:50 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e7e32d88/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 c5768d9..3d34fe1 100755
--- a/bigtop-deploy/vm/utils/setup-env-debian.sh
+++ b/bigtop-deploy/vm/utils/setup-env-debian.sh
@@ -29,6 +29,6 @@ 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
-    echo "local yum = $enable_local_repo ; NOT Enabling local yum.  Packages will be pulled from remote..."
+    echo "local apt = $enable_local_repo ; NOT Enabling local apt. Packages will be pulled from remote..."
 fi