You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2015/04/09 21:42:10 UTC

aurora git commit: Use installDist instead of installApp.

Repository: aurora
Updated Branches:
  refs/heads/master d92de5d18 -> f48d0e11a


Use installDist instead of installApp.

This removes a deprecation warning:

==> devcluster: The installApp task has been deprecated and is
scheduled to be removed in Gradle 3.0. Please use the installDist
task instead.

Testing Done:
aurorabuild scheduler

Reviewed at https://reviews.apache.org/r/33029/


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

Branch: refs/heads/master
Commit: f48d0e11abbf6332e401b988f53407f1daf17224
Parents: d92de5d
Author: Kevin Sweeney <ke...@apache.org>
Authored: Thu Apr 9 12:41:34 2015 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Thu Apr 9 12:42:06 2015 -0700

----------------------------------------------------------------------
 examples/vagrant/aurorabuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/f48d0e11/examples/vagrant/aurorabuild.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/aurorabuild.sh b/examples/vagrant/aurorabuild.sh
index 7dc9777..47baa4e 100755
--- a/examples/vagrant/aurorabuild.sh
+++ b/examples/vagrant/aurorabuild.sh
@@ -44,7 +44,7 @@ function build_admin_client {
 }
 
 function build_scheduler {
-  ./gradlew installApp
+  ./gradlew installDist
 
   export LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server
   sudo mkdir -p $AURORA_HOME/scheduler