Re: [VOTE] publish ariatosca 0.2.0

2017-12-29 Thread Vishwanath Jayaraman
+1


Used a docker image using Dockerfile 
(https://github.com/vishwanathj/dockerrepo/blob/master/aria020/ubuntu1604/Dockerfile)
 to download and unpack the release on Ubuntu 16.04


I checked the version and ran the the "make test"


Vish



From: Thomas Nadeau 
Sent: Thursday, December 28, 2017 9:15 AM
To: dev@ariatosca.incubator.apache.org
Subject: Re: [VOTE] publish ariatosca 0.2.0

I forgot to vote myself.  I downloaded and unpacked the release, the
version number there appeared correct, the API docs are in the package,
installs correctly using 'make install-virtual', all tests run with "make
test" as well.

--Tom


On Wed, Dec 27, 2017 at 10:49 AM, Tal Liron  wrote:

> +1
>
>- I downloaded and unpacked the release.
>- Version is correct.
>- API docs are in "docs/html".
>- All tests run with "make test".
>- Installs correctly with "make install-virtual".
>- Played around with Clearwater example.
>
>
> On Tue, Dec 26, 2017 at 10:11 AM, Thomas Nadeau 
> wrote:
>
> > Aria Community:
> >
> > This is a vote to release Apache AriaTosca (Incubating) 0.2.0. If the
> vote
> > passes, another vote for approving the release will take place on the
> > Apache Incubator's PMC.
> >
> > I created a tarball candidate for the 0.2.0 release and placed it in
> ARIA's
> >  /dist/dev folder:
> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
dist - Revision 23752: 
/dev/incubator/ariatosca
dist.apache.org
dist - Revision 23752: /dev/incubator/ariatosca.. 0.1.0-incubating/ 
0.1.1-incubating/ KEYS



> > 0.2.0-candidate/
> > The list of issues Resolved for this release are simply all the issues
> that
> > have been resolved thus far since the last release. Those can be found
> > here:
> > https://issues.apache.org/jira/secure/RapidBoard.jspa?
> > rapidView=150=ARIA=planning=ARIA-394
> > Instructions for installation etc. may be found in the README file inside
> > the tarball.  Please vote to publish this tarball on ARIA's /dist/release
> > folder.  The voting for this as I understand it, must be open for 3 full
> > days to all Committers within the project, and then for 3 full days on
> the
> > Apache PMC.   Voting for the release will begin now at 12PM EST, Tuesday,
> > December 26, 2017 and be completed on  12PM EST on Friday, December 29,
> > 2017.
> >
> > Thanks,
> >
> > --Tom
> >
>


Re: [VOTE] publish ariatosca 0.2.0

2017-12-29 Thread John D. Ament
You can also compare to the previously staged release candidates that are
still on /dev

https://dist.apache.org/repos/dist/dev/incubator/ariatosca/0.1.1-incubating/

We created separate source/sdist/bdist directories to house each.  Note
that compared to the existing releases, the use of "sha" extension is now
discouraged to projects, instead the file extension should indicate the
correct sha length (256/512/etc)

The previously documented release process can be seen at
https://cwiki.apache.org/confluence/display/ARIATOSCA/Release+Process

I do see that the release script previously created is still around, and
seems to do the right things (minus the note above about the sha file):
https://github.com/apache/incubator-ariatosca/blob/master/release/asf-release.sh

Perhaps reroll by using this tool?

John

On Fri, Dec 29, 2017 at 5:43 PM Jakob Homan  wrote:

> -1 (binding)
>
> * The release needs to be signed, include the signature and sha512 and
> md5 hashes (see
> https://dist.apache.org/repos/dist/dev/incubator/airflow/1.9.0rc8/ for
> an example)
> * Copyright in NOTICE should just be 2017 rather than range
>
> * NOTICE/DISCLAIMER/LICENSE look good
> * Headers look good
> * Didn't see any included libraries that would require inclusion in LICENSE
>
> Also, just to clarify on the voting procedure.  The entire community
> is encouraged to vote on releases, although on the Podling Project
> Management Committee (PPMC) has binding votes.  Testing and voting on
> releases is an excellent way to contribute to project.
>
> -Jakob
>
> On 28 December 2017 at 07:15, Thomas Nadeau  wrote:
> > I forgot to vote myself.  I downloaded and unpacked the release, the
> > version number there appeared correct, the API docs are in the package,
> > installs correctly using 'make install-virtual', all tests run with "make
> > test" as well.
> >
> > --Tom
> >
> >
> > On Wed, Dec 27, 2017 at 10:49 AM, Tal Liron  wrote:
> >
> >> +1
> >>
> >>- I downloaded and unpacked the release.
> >>- Version is correct.
> >>- API docs are in "docs/html".
> >>- All tests run with "make test".
> >>- Installs correctly with "make install-virtual".
> >>- Played around with Clearwater example.
> >>
> >>
> >> On Tue, Dec 26, 2017 at 10:11 AM, Thomas Nadeau 
> >> wrote:
> >>
> >> > Aria Community:
> >> >
> >> > This is a vote to release Apache AriaTosca (Incubating) 0.2.0. If the
> >> vote
> >> > passes, another vote for approving the release will take place on the
> >> > Apache Incubator's PMC.
> >> >
> >> > I created a tarball candidate for the 0.2.0 release and placed it in
> >> ARIA's
> >> >  /dist/dev folder:
> >> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> >> > 0.2.0-candidate/
> >> > The list of issues Resolved for this release are simply all the issues
> >> that
> >> > have been resolved thus far since the last release. Those can be found
> >> > here:
> >> > https://issues.apache.org/jira/secure/RapidBoard.jspa?
> >> > rapidView=150=ARIA=planning=ARIA-394
> >> > Instructions for installation etc. may be found in the README file
> inside
> >> > the tarball.  Please vote to publish this tarball on ARIA's
> /dist/release
> >> > folder.  The voting for this as I understand it, must be open for 3
> full
> >> > days to all Committers within the project, and then for 3 full days on
> >> the
> >> > Apache PMC.   Voting for the release will begin now at 12PM EST,
> Tuesday,
> >> > December 26, 2017 and be completed on  12PM EST on Friday, December
> 29,
> >> > 2017.
> >> >
> >> > Thanks,
> >> >
> >> > --Tom
> >> >
> >>
>


Re: [VOTE] publish ariatosca 0.2.0

2017-12-29 Thread Jakob Homan
-1 (binding)

* The release needs to be signed, include the signature and sha512 and
md5 hashes (see
https://dist.apache.org/repos/dist/dev/incubator/airflow/1.9.0rc8/ for
an example)
* Copyright in NOTICE should just be 2017 rather than range

* NOTICE/DISCLAIMER/LICENSE look good
* Headers look good
* Didn't see any included libraries that would require inclusion in LICENSE

Also, just to clarify on the voting procedure.  The entire community
is encouraged to vote on releases, although on the Podling Project
Management Committee (PPMC) has binding votes.  Testing and voting on
releases is an excellent way to contribute to project.

-Jakob

On 28 December 2017 at 07:15, Thomas Nadeau  wrote:
> I forgot to vote myself.  I downloaded and unpacked the release, the
> version number there appeared correct, the API docs are in the package,
> installs correctly using 'make install-virtual', all tests run with "make
> test" as well.
>
> --Tom
>
>
> On Wed, Dec 27, 2017 at 10:49 AM, Tal Liron  wrote:
>
>> +1
>>
>>- I downloaded and unpacked the release.
>>- Version is correct.
>>- API docs are in "docs/html".
>>- All tests run with "make test".
>>- Installs correctly with "make install-virtual".
>>- Played around with Clearwater example.
>>
>>
>> On Tue, Dec 26, 2017 at 10:11 AM, Thomas Nadeau 
>> wrote:
>>
>> > Aria Community:
>> >
>> > This is a vote to release Apache AriaTosca (Incubating) 0.2.0. If the
>> vote
>> > passes, another vote for approving the release will take place on the
>> > Apache Incubator's PMC.
>> >
>> > I created a tarball candidate for the 0.2.0 release and placed it in
>> ARIA's
>> >  /dist/dev folder:
>> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
>> > 0.2.0-candidate/
>> > The list of issues Resolved for this release are simply all the issues
>> that
>> > have been resolved thus far since the last release. Those can be found
>> > here:
>> > https://issues.apache.org/jira/secure/RapidBoard.jspa?
>> > rapidView=150=ARIA=planning=ARIA-394
>> > Instructions for installation etc. may be found in the README file inside
>> > the tarball.  Please vote to publish this tarball on ARIA's /dist/release
>> > folder.  The voting for this as I understand it, must be open for 3 full
>> > days to all Committers within the project, and then for 3 full days on
>> the
>> > Apache PMC.   Voting for the release will begin now at 12PM EST, Tuesday,
>> > December 26, 2017 and be completed on  12PM EST on Friday, December 29,
>> > 2017.
>> >
>> > Thanks,
>> >
>> > --Tom
>> >
>>