Re: Does Mesos have official dailybuild packages?

2016-05-09 Thread Shuai Lin
This repo may be helpful if you want to build deb pkgs yourself: https://github.com/mesosphere/mesos-deb-packaging On Tue, May 10, 2016 at 1:17 PM, zhiwei wrote: > Hi all, > > When a user want to use Mesos from master branch, how should he do? Compile > from source code? > >

Does Mesos have official dailybuild packages?

2016-05-09 Thread zhiwei
Hi all, When a user want to use Mesos from master branch, how should he do? Compile from source code? Is there an official script to build Mesos package? Thanks, Zhiwei

MESOS-2516: Shepherd wanted

2016-05-09 Thread José Guilherme Vanz
Hi everyone! I'm looking for a shepherd to the issue MESOS-2516. I've already have the preliminary patch in my github mirror to send to review. However, I would like to find the shepherd before send the code. Someone volunteer? =] Best Vanz

Re: mesos git commit: Replaced CHECK with CHECK_READY.

2016-05-09 Thread Cong Wang
On Sun, May 8, 2016 at 1:28 AM, Alex R wrote: > I agree that "atomic patches" (those that do one thing per patch) are a > good thing because they simplify navigating history, do blame and bisect. > But how to define that "one thing"? Some people would say, that a new If "one

Design doc for TASK_GONE

2016-05-09 Thread Neil Conway
Hi folks, To address some shortcomings and ambiguities in the TASK_LOST task state, I'd like to propose that we introduce a new task state, TASK_GONE. For more information, see the design doc: https://issues.apache.org/jira/browse/MESOS-5345 Comments welcome! Neil