Repository: aurora-packaging
Updated Branches:
  refs/heads/master b904b5f1c -> 102b98ce9


Upgrade Mesos version to 1.2.

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


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

Branch: refs/heads/master
Commit: 102b98ce924dc344a03c61e2f25c5f88c5195671
Parents: b904b5f
Author: Santhosh Kumar Shanmugham <[email protected]>
Authored: Tue Jul 18 11:27:28 2017 -0700
Committer: Santhosh Kumar <[email protected]>
Committed: Tue Jul 18 11:27:28 2017 -0700

----------------------------------------------------------------------
 specs/debian/control                | 2 +-
 specs/rpm/aurora.spec               | 4 ++--
 test/deb/debian-jessie/provision.sh | 2 +-
 test/deb/ubuntu-trusty/provision.sh | 2 +-
 test/deb/ubuntu-xenial/provision.sh | 2 +-
 test/rpm/centos-7/provision.sh      | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/specs/debian/control
----------------------------------------------------------------------
diff --git a/specs/debian/control b/specs/debian/control
index f53d985..9625ecf 100644
--- a/specs/debian/control
+++ b/specs/debian/control
@@ -22,7 +22,7 @@ Section: net
 Depends: ${shlibs:Depends}, ${misc:Depends},
  adduser,
  openjdk-8-jre-headless | java8-runtime-headless,
- mesos (>= 1.1.0)
+ mesos (>= 1.2.0)
 Recommends: aurora-tools
 Suggests: aurora-doc
 Description: Apache Aurora scheduler

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 14f5fd8..2b3c9fe 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -14,7 +14,7 @@
 
 # Overridable variables;
 %if %{?!AURORA_VERSION:1}0
-%global AURORA_VERSION 0.17.0
+%global AURORA_VERSION 0.18.0
 %endif
 
 %if %{?!AURORA_INTERNAL_VERSION:1}0
@@ -42,7 +42,7 @@
 %endif
 
 %if %{?!MESOS_VERSION:1}0
-%global MESOS_VERSION 1.1.0
+%global MESOS_VERSION 1.2.0
 %endif
 
 %if %{?!PEX_BINARIES:1}0

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/test/deb/debian-jessie/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/debian-jessie/provision.sh 
b/test/deb/debian-jessie/provision.sh
index 62e6489..331a26c 100644
--- a/test/deb/debian-jessie/provision.sh
+++ b/test/deb/debian-jessie/provision.sh
@@ -11,7 +11,7 @@ update-alternatives --set java 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 # for the python mesos native bindings.
 aptitude -y install libcurl4-nss-dev libcurl3 libevent-dev libsvn1
 
-package=mesos_1.1.0-2.0.107.debian81_amd64.deb
+package=mesos_1.2.0-2.0.3.debian8_amd64.deb
 wget -c http://repos.mesosphere.com/debian/pool/main/m/mesos/$package
 dpkg -i $package
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/test/deb/ubuntu-trusty/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/provision.sh 
b/test/deb/ubuntu-trusty/provision.sh
index 1d48e49..b9cbd43 100644
--- a/test/deb/ubuntu-trusty/provision.sh
+++ b/test/deb/ubuntu-trusty/provision.sh
@@ -10,7 +10,7 @@ update-alternatives --set java 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 # for the python mesos native bindings.
 sudo apt-get -y install libcurl4-nss-dev libevent-dev libsvn1
 
-package=mesos_1.1.0-2.0.107.ubuntu1404_amd64.deb
+package=mesos_1.2.0-2.0.3.ubuntu1404_amd64.deb
 wget -c http://repos.mesosphere.com/ubuntu/pool/main/m/mesos/$package
 dpkg -i $package
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/test/deb/ubuntu-xenial/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-xenial/provision.sh 
b/test/deb/ubuntu-xenial/provision.sh
index ecdc0bd..2adb879 100644
--- a/test/deb/ubuntu-xenial/provision.sh
+++ b/test/deb/ubuntu-xenial/provision.sh
@@ -9,7 +9,7 @@ update-alternatives --set java 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 # Mesos dependencies
 apt-get -y install libcurl3 libevent-dev libsvn1 libcurl4-nss-dev
 
-package=mesos_1.1.0-2.0.107.ubuntu1604_amd64.deb
+package=mesos_1.2.0-2.0.3.ubuntu1604_amd64.deb
 wget -c http://repos.mesosphere.com/ubuntu/pool/main/m/mesos/$package
 dpkg -i $package
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/102b98ce/test/rpm/centos-7/provision.sh
----------------------------------------------------------------------
diff --git a/test/rpm/centos-7/provision.sh b/test/rpm/centos-7/provision.sh
index 3f3f1af..f41ffd1 100644
--- a/test/rpm/centos-7/provision.sh
+++ b/test/rpm/centos-7/provision.sh
@@ -6,7 +6,7 @@ service zookeeper-server init
 systemctl start zookeeper-server
 
 rpm -Uvh 
https://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm
-yum -y install mesos-1.1.0
+yum -y install mesos-1.2.0
 
 systemctl start mesos-master
 systemctl start mesos-slave

Reply via email to