Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Upgrade aurora-packaging for Mesos 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohen authored and Joshua Cohen committed Aug 1, 2016
1 parent 2a9dd40 commit 5d5b52f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion specs/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion specs/rpm/aurora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/deb/debian-jessie/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/deb/ubuntu-trusty/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/rpm/centos-7/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d5b52f

Please sign in to comment.