Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-15 Thread Zhitao Li
+1 (nonbinding)

Deployed a build to smaller testing cluster and no issue is found.

On Mon, Aug 15, 2016 at 11:15 AM, Yan Xu  wrote:

> +1 (binding)
>
> Ran make check on macOS 10.11.5 and clang-703.0.31.
> Additionally, although not rigorous enough as a proof, we deployed a
> version of head (> 1.0) that includes fixes in this release and it's
> working fine (checked that webUI redirect worked and our test workloads
> ran).
>
> Yan
>
> On Aug 13, 2016, at 6:38 AM, haosdent  wrote:
>
> +1 (non-binding)
>
> Run `sudo make check` on CentOS 7.2 and Ubuntu 14.04
>
> On Sat, Aug 13, 2016 at 6:07 AM, Kapil Arya  wrote:
>
>> +1 (binding)
>>
>> You can find the rpm/deb packages here:
>>   http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.1-rc1
>>
>> The following docker tags (built off of ubuntu 14.04) are also available:
>> mesosphere/mesos:1.0.1-rc1
>> mesosphere/mesos-master:1.0.1-rc1
>> mesosphere/mesos-slave:1.0.1-rc1
>>
>> Kapil
>>
>> On Fri, Aug 12, 2016 at 4:39 PM, Alex Rukletsov 
>> wrote:
>>
>>> +1 (binding)
>>>
>>> make check on Mac OS 10.11.6 with apple clang-703.0.31.
>>>
>>> DockerFetcherPluginTest.INTERNET_CURL_FetchImage is flaky (MESOS-4570),
>>> but
>>> this does not seem to be a regression or a blocker.
>>>
>>> On Fri, Aug 12, 2016 at 10:30 PM, Radoslaw Gruchalski <
>>> ra...@gruchalski.com>
>>> wrote:
>>>
>>> > I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but
>>> > I'm hitting this: https://issues.apache.org/jira/browse/MESOS-5925.
>>> >
>>> > Kind regards,
>>> >
>>> > Radek Gruchalski
>>> > ra...@gruchalski.com
>>> > +4917685656526
>>> >
>>> > *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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone 
>>> wrote:
>>> >
>>> >> Hi all,
>>> >>
>>> >>
>>> >> Please vote on releasing the following candidate as Apache Mesos
>>> 1.0.1.
>>> >>
>>> >>
>>> >> The CHANGELOG for the release is available at:
>>> >>
>>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>>> >> lain;f=CHANGELOG;hb=1.0.1-rc1
>>> >>
>>> >> 
>>> >> 
>>> >>
>>> >>
>>> >> The candidate for Mesos 1.0.1 release is available at:
>>> >>
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>>> -1.0.1.tar.gz
>>> >>
>>> >>
>>> >> The tag to be voted on is 1.0.1-rc1:
>>> >>
>>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit
>>> ;h=1.0.1-rc1
>>> >>
>>> >>
>>> >> The MD5 checksum of the tarball can be found at:
>>> >>
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>>> >> -1.0.1.tar.gz.md5
>>> >>
>>> >>
>>> >> The signature of the tarball can be found at:
>>> >>
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>>> >> -1.0.1.tar.gz.asc
>>> >>
>>> >>
>>> >> The PGP key used to sign the release is here:
>>> >>
>>> >> https://dist.apache.org/repos/dist/release/mesos/KEYS
>>> >>
>>> >>
>>> >> The JAR is up in Maven in a staging repository here:
>>> >>
>>> >> https://repository.apache.org/content/repositories/orgapache
>>> mesos-1155
>>> >>
>>> >>
>>> >> Please vote on releasing this package as Apache Mesos 1.0.1!
>>> >>
>>> >>
>>> >> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
>>> >> majority of at least 3 +1 PMC votes are cast.
>>> >>
>>> >>
>>> >> [ ] +1 Release this package as Apache Mesos 1.0.1
>>> >>
>>> >> [ ] -1 Do not release this package because ...
>>> >>
>>> >>
>>> >> Thanks,
>>> >>
>>> >
>>> >
>>>
>>
>>
>
>
> --
> Best Regards,
> Haosdent Huang
>
>
>


-- 
Cheers,

Zhitao Li


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-15 Thread Yan Xu
+1 (binding)

Ran make check on macOS 10.11.5 and clang-703.0.31.
Additionally, although not rigorous enough as a proof, we deployed a version of 
head (> 1.0) that includes fixes in this release and it's working fine (checked 
that webUI redirect worked and our test workloads ran).

Yan

> On Aug 13, 2016, at 6:38 AM, haosdent  wrote:
> 
> +1 (non-binding)
> 
> Run `sudo make check` on CentOS 7.2 and Ubuntu 14.04
> 
> On Sat, Aug 13, 2016 at 6:07 AM, Kapil Arya  > wrote:
> +1 (binding)
> 
> You can find the rpm/deb packages here:
>   http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.1-rc1 
> 
> 
> The following docker tags (built off of ubuntu 14.04) are also available:
> mesosphere/mesos:1.0.1-rc1
> mesosphere/mesos-master:1.0.1-rc1
> mesosphere/mesos-slave:1.0.1-rc1
> 
> Kapil
> 
> On Fri, Aug 12, 2016 at 4:39 PM, Alex Rukletsov  > wrote:
> +1 (binding)
> 
> make check on Mac OS 10.11.6 with apple clang-703.0.31.
> 
> DockerFetcherPluginTest.INTERNET_CURL_FetchImage is flaky (MESOS-4570), but
> this does not seem to be a regression or a blocker.
> 
> On Fri, Aug 12, 2016 at 10:30 PM, Radoslaw Gruchalski  >
> wrote:
> 
> > I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but
> > I'm hitting this: https://issues.apache.org/jira/browse/MESOS-5925 
> > .
> >
> > Kind regards,
> >
> > Radek Gruchalski
> > ra...@gruchalski.com 
> > +4917685656526 
> >
> > *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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone  > > wrote:
> >
> >> Hi all,
> >>
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
> >>
> >>
> >> The CHANGELOG for the release is available at:
> >>
> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p 
> >> 
> >> lain;f=CHANGELOG;hb=1.0.1-rc1
> >>
> >> 
> >> 
> >>
> >>
> >> The candidate for Mesos 1.0.1 release is available at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz 
> >> 
> >>
> >>
> >> The tag to be voted on is 1.0.1-rc1:
> >>
> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.0.1-rc1 
> >> 
> >>
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos 
> >> 
> >> -1.0.1.tar.gz.md5
> >>
> >>
> >> The signature of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos 
> >> 
> >> -1.0.1.tar.gz.asc
> >>
> >>
> >> The PGP key used to sign the release is here:
> >>
> >> https://dist.apache.org/repos/dist/release/mesos/KEYS 
> >> 
> >>
> >>
> >> The JAR is up in Maven in a staging repository here:
> >>
> >> https://repository.apache.org/content/repositories/orgapachemesos-1155 
> >> 
> >>
> >>
> >> Please vote on releasing this package as Apache Mesos 1.0.1!
> >>
> >>
> >> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >>
> >> [ ] +1 Release this package as Apache Mesos 1.0.1
> >>
> >> [ ] -1 Do not release this package because ...
> >>
> >>
> >> Thanks,
> >>
> >
> >
> 
> 
> 
> 
> -- 
> Best Regards,
> Haosdent Huang



Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-13 Thread haosdent
+1 (non-binding)

Run `sudo make check` on CentOS 7.2 and Ubuntu 14.04

On Sat, Aug 13, 2016 at 6:07 AM, Kapil Arya  wrote:

> +1 (binding)
>
> You can find the rpm/deb packages here:
>   http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.1-rc1
>
> The following docker tags (built off of ubuntu 14.04) are also available:
> mesosphere/mesos:1.0.1-rc1
> mesosphere/mesos-master:1.0.1-rc1
> mesosphere/mesos-slave:1.0.1-rc1
>
> Kapil
>
> On Fri, Aug 12, 2016 at 4:39 PM, Alex Rukletsov 
> wrote:
>
>> +1 (binding)
>>
>> make check on Mac OS 10.11.6 with apple clang-703.0.31.
>>
>> DockerFetcherPluginTest.INTERNET_CURL_FetchImage is flaky (MESOS-4570),
>> but
>> this does not seem to be a regression or a blocker.
>>
>> On Fri, Aug 12, 2016 at 10:30 PM, Radoslaw Gruchalski <
>> ra...@gruchalski.com>
>> wrote:
>>
>> > I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but
>> > I'm hitting this: https://issues.apache.org/jira/browse/MESOS-5925.
>> >
>> > Kind regards,
>> >
>> > Radek Gruchalski
>> > ra...@gruchalski.com
>> > +4917685656526
>> >
>> > *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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone 
>> wrote:
>> >
>> >> Hi all,
>> >>
>> >>
>> >> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
>> >>
>> >>
>> >> The CHANGELOG for the release is available at:
>> >>
>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>> >> lain;f=CHANGELOG;hb=1.0.1-rc1
>> >>
>> >> 
>> >> 
>> >>
>> >>
>> >> The candidate for Mesos 1.0.1 release is available at:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> -1.0.1.tar.gz
>> >>
>> >>
>> >> The tag to be voted on is 1.0.1-rc1:
>> >>
>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit
>> ;h=1.0.1-rc1
>> >>
>> >>
>> >> The MD5 checksum of the tarball can be found at:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> >> -1.0.1.tar.gz.md5
>> >>
>> >>
>> >> The signature of the tarball can be found at:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> >> -1.0.1.tar.gz.asc
>> >>
>> >>
>> >> The PGP key used to sign the release is here:
>> >>
>> >> https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >>
>> >>
>> >> The JAR is up in Maven in a staging repository here:
>> >>
>> >> https://repository.apache.org/content/repositories/orgapachemesos-1155
>> >>
>> >>
>> >> Please vote on releasing this package as Apache Mesos 1.0.1!
>> >>
>> >>
>> >> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
>> >> majority of at least 3 +1 PMC votes are cast.
>> >>
>> >>
>> >> [ ] +1 Release this package as Apache Mesos 1.0.1
>> >>
>> >> [ ] -1 Do not release this package because ...
>> >>
>> >>
>> >> Thanks,
>> >>
>> >
>> >
>>
>
>


-- 
Best Regards,
Haosdent Huang


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-12 Thread Kapil Arya
+1 (binding)

You can find the rpm/deb packages here:
  http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.1-rc1

The following docker tags (built off of ubuntu 14.04) are also available:
mesosphere/mesos:1.0.1-rc1
mesosphere/mesos-master:1.0.1-rc1
mesosphere/mesos-slave:1.0.1-rc1

Kapil

On Fri, Aug 12, 2016 at 4:39 PM, Alex Rukletsov  wrote:

> +1 (binding)
>
> make check on Mac OS 10.11.6 with apple clang-703.0.31.
>
> DockerFetcherPluginTest.INTERNET_CURL_FetchImage is flaky (MESOS-4570),
> but
> this does not seem to be a regression or a blocker.
>
> On Fri, Aug 12, 2016 at 10:30 PM, Radoslaw Gruchalski <
> ra...@gruchalski.com>
> wrote:
>
> > I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but
> > I'm hitting this: https://issues.apache.org/jira/browse/MESOS-5925.
> >
> > Kind regards,
> >
> > Radek Gruchalski
> > ra...@gruchalski.com
> > +4917685656526
> >
> > *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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone 
> wrote:
> >
> >> Hi all,
> >>
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
> >>
> >>
> >> The CHANGELOG for the release is available at:
> >>
> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
> >> lain;f=CHANGELOG;hb=1.0.1-rc1
> >>
> >> 
> >> 
> >>
> >>
> >> The candidate for Mesos 1.0.1 release is available at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/
> mesos-1.0.1.tar.gz
> >>
> >>
> >> The tag to be voted on is 1.0.1-rc1:
> >>
> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=
> commit;h=1.0.1-rc1
> >>
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
> >> -1.0.1.tar.gz.md5
> >>
> >>
> >> The signature of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
> >> -1.0.1.tar.gz.asc
> >>
> >>
> >> The PGP key used to sign the release is here:
> >>
> >> https://dist.apache.org/repos/dist/release/mesos/KEYS
> >>
> >>
> >> The JAR is up in Maven in a staging repository here:
> >>
> >> https://repository.apache.org/content/repositories/orgapachemesos-1155
> >>
> >>
> >> Please vote on releasing this package as Apache Mesos 1.0.1!
> >>
> >>
> >> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >>
> >> [ ] +1 Release this package as Apache Mesos 1.0.1
> >>
> >> [ ] -1 Do not release this package because ...
> >>
> >>
> >> Thanks,
> >>
> >
> >
>


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-12 Thread Alex Rukletsov
+1 (binding)

make check on Mac OS 10.11.6 with apple clang-703.0.31.

DockerFetcherPluginTest.INTERNET_CURL_FetchImage is flaky (MESOS-4570), but
this does not seem to be a regression or a blocker.

On Fri, Aug 12, 2016 at 10:30 PM, Radoslaw Gruchalski 
wrote:

> I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but
> I'm hitting this: https://issues.apache.org/jira/browse/MESOS-5925.
>
> Kind regards,
>
> Radek Gruchalski
> ra...@gruchalski.com
> +4917685656526
>
> *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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone  wrote:
>
>> Hi all,
>>
>>
>> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
>>
>>
>> The CHANGELOG for the release is available at:
>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>> lain;f=CHANGELOG;hb=1.0.1-rc1
>>
>> 
>> 
>>
>>
>> The candidate for Mesos 1.0.1 release is available at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz
>>
>>
>> The tag to be voted on is 1.0.1-rc1:
>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.0.1-rc1
>>
>>
>> The MD5 checksum of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> -1.0.1.tar.gz.md5
>>
>>
>> The signature of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> -1.0.1.tar.gz.asc
>>
>>
>> The PGP key used to sign the release is here:
>>
>> https://dist.apache.org/repos/dist/release/mesos/KEYS
>>
>>
>> The JAR is up in Maven in a staging repository here:
>>
>> https://repository.apache.org/content/repositories/orgapachemesos-1155
>>
>>
>> Please vote on releasing this package as Apache Mesos 1.0.1!
>>
>>
>> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>>
>> [ ] +1 Release this package as Apache Mesos 1.0.1
>>
>> [ ] -1 Do not release this package because ...
>>
>>
>> Thanks,
>>
>
>


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-12 Thread Radoslaw Gruchalski
I am trying to build Mesos 1.0.1 for Centos 7 in a Docker container but I'm
hitting this: https://issues.apache.org/jira/browse/MESOS-5925.

Kind regards,

Radek Gruchalski
ra...@gruchalski.com
+4917685656526

*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 Thu, Aug 11, 2016 at 2:32 AM, Vinod Kone  wrote:

> Hi all,
>
>
> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
>
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_
> plain;f=CHANGELOG;hb=1.0.1-rc1
>
> 
> 
>
>
> The candidate for Mesos 1.0.1 release is available at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz
>
>
> The tag to be voted on is 1.0.1-rc1:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.0.1-rc1
>
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/
> mesos-1.0.1.tar.gz.md5
>
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/
> mesos-1.0.1.tar.gz.asc
>
>
> The PGP key used to sign the release is here:
>
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
>
> The JAR is up in Maven in a staging repository here:
>
> https://repository.apache.org/content/repositories/orgapachemesos-1155
>
>
> Please vote on releasing this package as Apache Mesos 1.0.1!
>
>
> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
>
> [ ] +1 Release this package as Apache Mesos 1.0.1
>
> [ ] -1 Do not release this package because ...
>
>
> Thanks,
>


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-12 Thread Greg Mann
Whoops! Sorry y'all, my wires got crossed :) I ran these tests on Ubuntu
14.04.

G

On Fri, Aug 12, 2016 at 12:50 PM, Greg Mann  wrote:

> +1 (non-binding):
>
> * Ran "sudo make distcheck" on CentOS 7 with libevent and SSL enabled. All
> tests passed.
> * Used "test-upgrade.py" to test upgrades from 0.28.2 -> 1.0.1 and 1.0.0
> -> 1.0.1; both were successful.
>
> Cheers,
> Greg
>
>
> On Wed, Aug 10, 2016 at 5:32 PM, Vinod Kone  wrote:
>
>> Hi all,
>>
>>
>> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
>>
>>
>> The CHANGELOG for the release is available at:
>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>> lain;f=CHANGELOG;hb=1.0.1-rc1
>>
>> 
>> 
>>
>>
>> The candidate for Mesos 1.0.1 release is available at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz
>>
>>
>> The tag to be voted on is 1.0.1-rc1:
>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.0.1-rc1
>>
>>
>> The MD5 checksum of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> -1.0.1.tar.gz.md5
>>
>>
>> The signature of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos
>> -1.0.1.tar.gz.asc
>>
>>
>> The PGP key used to sign the release is here:
>>
>> https://dist.apache.org/repos/dist/release/mesos/KEYS
>>
>>
>> The JAR is up in Maven in a staging repository here:
>>
>> https://repository.apache.org/content/repositories/orgapachemesos-1155
>>
>>
>> Please vote on releasing this package as Apache Mesos 1.0.1!
>>
>>
>> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>>
>> [ ] +1 Release this package as Apache Mesos 1.0.1
>>
>> [ ] -1 Do not release this package because ...
>>
>>
>> Thanks,
>>
>
>


Re: [VOTE] Release Apache Mesos 1.0.1 (rc1)

2016-08-12 Thread Greg Mann
+1 (non-binding):

* Ran "sudo make distcheck" on CentOS 7 with libevent and SSL enabled. All
tests passed.
* Used "test-upgrade.py" to test upgrades from 0.28.2 -> 1.0.1 and 1.0.0 ->
1.0.1; both were successful.

Cheers,
Greg


On Wed, Aug 10, 2016 at 5:32 PM, Vinod Kone  wrote:

> Hi all,
>
>
> Please vote on releasing the following candidate as Apache Mesos 1.0.1.
>
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_
> plain;f=CHANGELOG;hb=1.0.1-rc1
>
> 
> 
>
>
> The candidate for Mesos 1.0.1 release is available at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/mesos-1.0.1.tar.gz
>
>
> The tag to be voted on is 1.0.1-rc1:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.0.1-rc1
>
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/
> mesos-1.0.1.tar.gz.md5
>
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/1.0.1-rc1/
> mesos-1.0.1.tar.gz.asc
>
>
> The PGP key used to sign the release is here:
>
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
>
> The JAR is up in Maven in a staging repository here:
>
> https://repository.apache.org/content/repositories/orgapachemesos-1155
>
>
> Please vote on releasing this package as Apache Mesos 1.0.1!
>
>
> The vote is open until Mon Aug 15 17:29:33 PDT 2016 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
>
> [ ] +1 Release this package as Apache Mesos 1.0.1
>
> [ ] -1 Do not release this package because ...
>
>
> Thanks,
>