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 2014/10/21 00:54:29 UTC

git commit: Use mesos.native egg from svn.apache.org

Repository: incubator-aurora
Updated Branches:
  refs/heads/master f7083ec35 -> 2c2aeecd9


Use mesos.native egg from svn.apache.org

Testing Done:
% ./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
OK (all tests passed)

Bugs closed: AURORA-863

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


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

Branch: refs/heads/master
Commit: 2c2aeecd967e65baca7c601418cfb4c7fb3fbe09
Parents: f7083ec
Author: Kevin Sweeney <ke...@apache.org>
Authored: Mon Oct 20 15:52:57 2014 -0700
Committer: Kevin Sweeney <ke...@apache.org>
Committed: Mon Oct 20 15:52:57 2014 -0700

----------------------------------------------------------------------
 examples/vagrant/provision-dev-cluster.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/2c2aeecd/examples/vagrant/provision-dev-cluster.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-dev-cluster.sh b/examples/vagrant/provision-dev-cluster.sh
index 740bc21..1d4fd77 100755
--- a/examples/vagrant/provision-dev-cluster.sh
+++ b/examples/vagrant/provision-dev-cluster.sh
@@ -37,8 +37,7 @@ function prepare_extras() {
     # Fetch the mesos egg, needed to build python components.
     mkdir -p third_party
     pushd third_party
-      wget -c http://downloads.mesosphere.io/master/ubuntu/14.04/mesos-${MESOS_VERSION}-py2.7-linux-x86_64.egg \
-        -O mesos-${MESOS_VERSION}-py2.7-linux-x86_64.egg
+      wget -c https://svn.apache.org/repos/asf/incubator/aurora/3rdparty/ubuntu/trusty64/python/mesos.native-${MESOS_VERSION}-py2.7-linux-x86_64.egg
     popd
 
     # Install thrift, needed for code generation in the scheduler build.