Should be rather easy to package it with this little tool from Mesosphere: 
https://github.com/mesosphere/mesos-deb-packaging. I’ve done it myself for 
ubuntu 12.04 and 14.04.
The only thing that needs to be changed are the dependencies, for ubuntu this 
was:

diff --git a/build_mesos b/build_mesos
index 81561bc..f756ef0 100755
--- a/build_mesos
+++ b/build_mesos
@@ -313,9 +313,10 @@ function deb_ {
                --deb-recommends zookeeperd
                --deb-recommends zookeeper-bin
                -d 'java-runtime-headless'
-               -d libcurl3
-               -d libsvn1
-               -d libsasl2-modules
+               -d libcurl4-nss-dev
+               -d libsasl2-dev
+               -d libapr1-dev
+               -d libsvn-dev


It does look like the tool can build RPMs.










Kind regards,

Radek Gruchalski

[email protected] (mailto:[email protected])
 
(mailto:[email protected])
de.linkedin.com/in/radgruchalski/ (http://de.linkedin.com/in/radgruchalski/)

Confidentiality:
This communication is intended for the above-named person and may be 
confidential and/or legally privileged.
If it has come to you in error you must take no action based on it, nor must 
you copy or show it to anyone; please delete/destroy and inform the sender 
immediately.



On Saturday, 19 September 2015 at 04:09, craig w wrote:

> Mesosphere provides packages, you can find more information here: 
> https://mesosphere.com/downloads/
>  
> As of right now, they don't seem to have a 0.24.0 package.
>  
> On Fri, Sep 18, 2015 at 8:51 PM, Brian Hicks <[email protected] 
> (mailto:[email protected])> wrote:
> > We've got some experimental packages at bintray.com/asteris/mantl-rpm 
> > (http://bintray.com/asteris/mantl-rpm), source is at 
> > github.com/asteris-llc/mesos-packaging 
> > (http://github.com/asteris-llc/mesos-packaging). They can really use some 
> > testing if you wanted to give them a try. Configuration is a bit different 
> > than the Mesosphere packages, see the repo for details.
> > On Sep 18, 2015 7:01 PM, "Zameer Manji" <[email protected] 
> > (mailto:[email protected])> wrote:
> > > Hey,
> > >  
> > > Does the Apache Mesos project provide OS packages for installation? I 
> > > haven't been able to find any for the 0.24 release and I think having 
> > > them would make installing Mesos a lot easier.
> > >  
> > > --  
> > > Zameer Manji
>  
>  
>  
> --  
> https://github.com/mindscratch
> https://www.google.com/+CraigWickesser
> https://twitter.com/mind_scratch
> https://twitter.com/craig_links

Reply via email to