Update packaging scripts for Mesos 1.1.0

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


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

Branch: refs/heads/master
Commit: 712ca615838a3b966790fa83a279d66e3916d2e4
Parents: c75104f
Author: Stephan Erb <[email protected]>
Authored: Sat Jan 14 14:23:11 2017 +0100
Committer: Stephan Erb <[email protected]>
Committed: Sat Jan 14 14:23:11 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/712ca615/specs/debian/control
----------------------------------------------------------------------
diff --git a/specs/debian/control b/specs/debian/control
index 3924715..f53d985 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.0.0)
+ mesos (>= 1.1.0)
 Recommends: aurora-tools
 Suggests: aurora-doc
 Description: Apache Aurora scheduler

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/712ca615/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index 84eeea6..14f5fd8 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.15.0
+%global AURORA_VERSION 0.17.0
 %endif
 
 %if %{?!AURORA_INTERNAL_VERSION:1}0
@@ -42,7 +42,7 @@
 %endif
 
 %if %{?!MESOS_VERSION:1}0
-%global MESOS_VERSION 1.0.0
+%global MESOS_VERSION 1.1.0
 %endif
 
 %if %{?!PEX_BINARIES:1}0

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/712ca615/test/deb/debian-jessie/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/debian-jessie/provision.sh 
b/test/deb/debian-jessie/provision.sh
index 23bc56b..175f1ba 100644
--- a/test/deb/debian-jessie/provision.sh
+++ b/test/deb/debian-jessie/provision.sh
@@ -6,7 +6,7 @@ apt-get install -y openjdk-8-jre libcurl4-nss-dev libcurl3 
libevent-dev libsvn1
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 
-package=mesos_1.0.0-2.0.89.debian81_amd64.deb
+package=mesos_1.1.0-2.0.107.debian81_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/712ca615/test/deb/ubuntu-trusty/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/provision.sh 
b/test/deb/ubuntu-trusty/provision.sh
index e65fd18..123590e 100644
--- a/test/deb/ubuntu-trusty/provision.sh
+++ b/test/deb/ubuntu-trusty/provision.sh
@@ -6,7 +6,7 @@ apt-get install -y openjdk-8-jre libcurl4-nss-dev libevent-dev 
libsvn1 zookeeper
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 
-package=mesos_1.0.0-2.0.89.ubuntu1404_amd64.deb
+package=mesos_1.1.0-2.0.107.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/712ca615/test/rpm/centos-7/provision.sh
----------------------------------------------------------------------
diff --git a/test/rpm/centos-7/provision.sh b/test/rpm/centos-7/provision.sh
index 7bef270..3f3f1af 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.0.0
+yum -y install mesos-1.1.0
 
 systemctl start mesos-master
 systemctl start mesos-slave

Reply via email to