Repository: aurora
Updated Branches:
  refs/heads/master 0d12515c0 -> 81f52e4ae


Revert "Upgrade to Mesos 0.27.2"

This reverts commit 0d12515c0e30a13a4d18ba5fa80f804322a9bd6d.


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

Branch: refs/heads/master
Commit: 81f52e4ae6a8368cc7667d5cc758fc91fb3718f1
Parents: 0d12515
Author: Joshua Cohen <jco...@apache.org>
Authored: Fri Apr 15 17:20:24 2016 -0500
Committer: Joshua Cohen <jco...@apache.org>
Committed: Fri Apr 15 17:20:24 2016 -0500

----------------------------------------------------------------------
 3rdparty/python/BUILD         | 2 +-
 RELEASE-NOTES.md              | 4 ----
 build-support/packer/build.sh | 6 +++---
 build.gradle                  | 2 +-
 4 files changed, 5 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/81f52e4a/3rdparty/python/BUILD
----------------------------------------------------------------------
diff --git a/3rdparty/python/BUILD b/3rdparty/python/BUILD
index 85db569..e7a1fe4 100644
--- a/3rdparty/python/BUILD
+++ b/3rdparty/python/BUILD
@@ -11,7 +11,7 @@
 # limitations under the License.
 #
 
-MESOS_REV = '0.27.2'
+MESOS_REV = '0.26.0'
 
 python_requirement_library(
   name = 'mesos.interface',

http://git-wip-us.apache.org/repos/asf/aurora/blob/81f52e4a/RELEASE-NOTES.md
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 601d285..a0536ec 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,7 +1,3 @@
-0.14.0
-------
-- Upgraded Mesos to 0.27.2
-
 0.13.0 (Not yet released)
 ------
 

http://git-wip-us.apache.org/repos/asf/aurora/blob/81f52e4a/build-support/packer/build.sh
----------------------------------------------------------------------
diff --git a/build-support/packer/build.sh b/build-support/packer/build.sh
index 658dbc4..146e62e 100644
--- a/build-support/packer/build.sh
+++ b/build-support/packer/build.sh
@@ -17,7 +17,7 @@ set -o errexit
 set -o nounset
 set -o verbose
 
-readonly MESOS_VERSION=0.27.2
+readonly MESOS_VERSION=0.26.0
 
 function remove_unused {
   # The default ubuntu/trusty64 image includes juju-core, which adds ~300 MB 
to our image.
@@ -60,8 +60,8 @@ function install_docker {
 }
 
 function install_mesos {
-  URL_BASE='http://repos.mesosphere.com/ubuntu/pool/main/m/mesos'
-  DEB_URL="$URL_BASE/mesos_${MESOS_VERSION}-2.0.15.ubuntu1404_amd64.deb"
+  URL_BASE='http://downloads.mesosphere.io/master/ubuntu/14.04'
+  DEB_URL="$URL_BASE/mesos_${MESOS_VERSION}-0.2.145.ubuntu1404_amd64.deb"
   deb=$(basename $DEB_URL)
   wget -c "$DEB_URL"
   dpkg --install $deb

http://git-wip-us.apache.org/repos/asf/aurora/blob/81f52e4a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0d0d94a..e4e42fd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -365,7 +365,7 @@ dependencies {
   compile "org.apache.curator:curator-client:${curatorRev}"
   compile "org.apache.curator:curator-framework:${curatorRev}"
   compile "org.apache.curator:curator-recipes:${curatorRev}"
-  compile 'org.apache.mesos:mesos:0.27.2'
+  compile 'org.apache.mesos:mesos:0.26.0'
   compile "org.apache.shiro:shiro-guice:${shiroRev}"
   compile "org.apache.shiro:shiro-web:${shiroRev}"
   compile "org.apache.zookeeper:zookeeper:${zookeeperRev}"

Reply via email to