You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2016/08/01 21:04:11 UTC

aurora-packaging git commit: Upgrade aurora-packaging for Mesos 1.0.0.

Repository: aurora-packaging
Updated Branches:
  refs/heads/master 2a9dd402b -> 5d5b52fbd


Upgrade aurora-packaging for Mesos 1.0.0.

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


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

Branch: refs/heads/master
Commit: 5d5b52fbd5b16691a35109045302ec5e6fbe25a2
Parents: 2a9dd40
Author: Joshua Cohen <jc...@apache.org>
Authored: Mon Aug 1 16:03:56 2016 -0500
Committer: Joshua Cohen <jc...@twitter.com>
Committed: Mon Aug 1 16:03:56 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/5d5b52fb/specs/debian/control
----------------------------------------------------------------------
diff --git a/specs/debian/control b/specs/debian/control
index 08f64e6..d6b0cfc 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 (>= 0.28.2)
+ mesos (>= 1.0.0)
 Recommends: aurora-tools
 Suggests: aurora-doc
 Description: Apache Aurora scheduler

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/5d5b52fb/specs/rpm/aurora.spec
----------------------------------------------------------------------
diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec
index b68643c..430adf3 100644
--- a/specs/rpm/aurora.spec
+++ b/specs/rpm/aurora.spec
@@ -42,7 +42,7 @@
 %endif
 
 %if %{?!MESOS_VERSION:1}0
-%global MESOS_VERSION 0.28.2
+%global MESOS_VERSION 1.0.0
 %endif
 
 %if %{?!PEX_BINARIES:1}0

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/5d5b52fb/test/deb/debian-jessie/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/debian-jessie/provision.sh b/test/deb/debian-jessie/provision.sh
index 26e4804..b79dfea 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 libsvn1 zookeeperd
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 
-package=mesos_0.28.2-2.0.27.debian81_amd64.deb
+package=mesos_1.0.0-2.0.89.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/5d5b52fb/test/deb/ubuntu-trusty/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/provision.sh b/test/deb/ubuntu-trusty/provision.sh
index 8105f6e..b9807ef 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 libsvn1 zookeeperd
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 
-package=mesos_0.28.2-2.0.27.ubuntu1404_amd64.deb
+package=mesos_1.0.0-2.0.89.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/5d5b52fb/test/rpm/centos-7/provision.sh
----------------------------------------------------------------------
diff --git a/test/rpm/centos-7/provision.sh b/test/rpm/centos-7/provision.sh
index ae1fe69..7bef270 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-0.28.2
+yum -y install mesos-1.0.0
 
 systemctl start mesos-master
 systemctl start mesos-slave