You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Steven Gill <st...@gmail.com> on 2016/01/26 01:32:31 UTC

[Vote] Tools Release!

Please review and vote on this Tools Release
by replying to this email (and keep discussion on the DISCUSS thread)

Release issue: https://issues.apache.org/jira/browse/CB-10424

Both tools have been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-10424/

The packages were published from their corresponding git tags:

    cordova-js: 4.1.3 (291aa8a0df)
    cordova-lib: 6.0.0 (4328a39276)
    cordova-plugman: 1.1.0 (06089762ce)
    cordova-cli: 6.0.0 (6c008aa768)

Upon a successful vote I will upload the archives to dist/, publish
them to NPM, and post the corresponding blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and
subdependencies have Apache-compatible licenses
* Ran mobile-spec on Android.
* ensured npm test was passing for lib, cli, js

Re: [Vote] Tools Release!

Posted by Steven Gill <st...@gmail.com>.
The vote has now closed. The results are:

Positive Binding Votes: 3

Steve Gill
Alexander Sorokin
Carlos Santana

The vote has passed. I will now publish to dist, npm and post the blog post!


On Wed, Jan 27, 2016 at 5:07 PM, Carlos Santana <cs...@gmail.com>
wrote:

> I vote +1
>
> Verify tags
> coho verify-tags -r cordova-lib --tag 6.0.0
> coho verify-tags -r cordova-js --tag 4.1.3
> coho verify-tags -r cordova-plugman --tag 1.1.0
> coho verify-tags -r cordova-cli --tag 6.0.0
>
> Verify tgz
> coho verify-archive vote-cli/cordova-6.0.0.tgz
> coho verify-archive vote-cli/cordova-js-4.1.3.tgz
> coho verify-archive vote-cli/cordova-lib-6.0.0.tgz
> coho verify-archive vote-cli/plugman-1.1.0.tgz
>
> Recreated tgz
> coho create-archive -r cli --tag 6.0.0 --dest test-cli/
> coho create-archive -r plugman --tag 1.1.0 --dest test-cli/
> coho create-archive -r js --tag 4.1.3 --dest test-cli/
>
> Created Hello World App
> Created App using --template
> Downloads latest pin platforms ios@4.0.1 android@5.1.0 windows@4.3.0
>
>
> On Tue, Jan 26, 2016 at 9:37 AM Alexander Sorokin (Akvelon) <
> v-alsoro@microsoft.com> wrote:
>
> > I vote +1.
> >
> > * Verified tags
> > * Ability to install/uninstall Cordova
> > * Ability to update Cordova
> > * Ability to create blank app for Windows, WP8, Android
> > * Ability to build/run apps
> > * Reviewed release notes
> > * Verified versions
> > * Verified line breaks
> > * Verified 'cordova serve'
> > * Verified that browserified app builds and runs correctly
> >
> > -----Original Message-----
> > From: Steven Gill [mailto:stevengill97@gmail.com]
> > Sent: Tuesday, January 26, 2016 3:33 AM
> > To: dev@cordova.apache.org
> > Subject: [Vote] Tools Release!
> >
> > Please review and vote on this Tools Release by replying to this email
> > (and keep discussion on the DISCUSS thread)
> >
> > Release issue:
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fCB-10424&data=01%7c01%7cv-alsoro%40microsoft.com%7c4fa7e33029ae4285f78308d325e84377%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=uyNgeJuaeJLkzkY9LFmxAPwbdmOGbFvyu366YUdummo%3d
> >
> > Both tools have been published to
> > dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-10424/
> >
> > The packages were published from their corresponding git tags:
> >
> >     cordova-js: 4.1.3 (291aa8a0df)
> >     cordova-lib: 6.0.0 (4328a39276)
> >     cordova-plugman: 1.1.0 (06089762ce)
> >     cordova-cli: 6.0.0 (6c008aa768)
> >
> > Upon a successful vote I will upload the archives to dist/, publish them
> > to NPM, and post the corresponding blog post.
> >
> > Voting guidelines:
> >
> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
> >
> > Voting will go on for a minimum of 48 hours.
> >
> > I vote +1:
> > * Ran coho audit-license-headers over the relevant repos
> > * Ran coho check-license to ensure all dependencies and subdependencies
> > have Apache-compatible licenses
> > * Ran mobile-spec on Android.
> > * ensured npm test was passing for lib, cli, js
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
>

Re: [Vote] Tools Release!

Posted by Carlos Santana <cs...@gmail.com>.
I vote +1

Verify tags
coho verify-tags -r cordova-lib --tag 6.0.0
coho verify-tags -r cordova-js --tag 4.1.3
coho verify-tags -r cordova-plugman --tag 1.1.0
coho verify-tags -r cordova-cli --tag 6.0.0

Verify tgz
coho verify-archive vote-cli/cordova-6.0.0.tgz
coho verify-archive vote-cli/cordova-js-4.1.3.tgz
coho verify-archive vote-cli/cordova-lib-6.0.0.tgz
coho verify-archive vote-cli/plugman-1.1.0.tgz

Recreated tgz
coho create-archive -r cli --tag 6.0.0 --dest test-cli/
coho create-archive -r plugman --tag 1.1.0 --dest test-cli/
coho create-archive -r js --tag 4.1.3 --dest test-cli/

Created Hello World App
Created App using --template
Downloads latest pin platforms ios@4.0.1 android@5.1.0 windows@4.3.0


On Tue, Jan 26, 2016 at 9:37 AM Alexander Sorokin (Akvelon) <
v-alsoro@microsoft.com> wrote:

> I vote +1.
>
> * Verified tags
> * Ability to install/uninstall Cordova
> * Ability to update Cordova
> * Ability to create blank app for Windows, WP8, Android
> * Ability to build/run apps
> * Reviewed release notes
> * Verified versions
> * Verified line breaks
> * Verified 'cordova serve'
> * Verified that browserified app builds and runs correctly
>
> -----Original Message-----
> From: Steven Gill [mailto:stevengill97@gmail.com]
> Sent: Tuesday, January 26, 2016 3:33 AM
> To: dev@cordova.apache.org
> Subject: [Vote] Tools Release!
>
> Please review and vote on this Tools Release by replying to this email
> (and keep discussion on the DISCUSS thread)
>
> Release issue:
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fCB-10424&data=01%7c01%7cv-alsoro%40microsoft.com%7c4fa7e33029ae4285f78308d325e84377%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=uyNgeJuaeJLkzkY9LFmxAPwbdmOGbFvyu366YUdummo%3d
>
> Both tools have been published to
> dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-10424/
>
> The packages were published from their corresponding git tags:
>
>     cordova-js: 4.1.3 (291aa8a0df)
>     cordova-lib: 6.0.0 (4328a39276)
>     cordova-plugman: 1.1.0 (06089762ce)
>     cordova-cli: 6.0.0 (6c008aa768)
>
> Upon a successful vote I will upload the archives to dist/, publish them
> to NPM, and post the corresponding blog post.
>
> Voting guidelines:
> https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
>
> Voting will go on for a minimum of 48 hours.
>
> I vote +1:
> * Ran coho audit-license-headers over the relevant repos
> * Ran coho check-license to ensure all dependencies and subdependencies
> have Apache-compatible licenses
> * Ran mobile-spec on Android.
> * ensured npm test was passing for lib, cli, js
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>

RE: [Vote] Tools Release!

Posted by "Alexander Sorokin (Akvelon)" <v-...@microsoft.com>.
I vote +1.

* Verified tags
* Ability to install/uninstall Cordova
* Ability to update Cordova
* Ability to create blank app for Windows, WP8, Android
* Ability to build/run apps
* Reviewed release notes
* Verified versions
* Verified line breaks
* Verified 'cordova serve'
* Verified that browserified app builds and runs correctly

-----Original Message-----
From: Steven Gill [mailto:stevengill97@gmail.com] 
Sent: Tuesday, January 26, 2016 3:33 AM
To: dev@cordova.apache.org
Subject: [Vote] Tools Release!

Please review and vote on this Tools Release by replying to this email (and keep discussion on the DISCUSS thread)

Release issue: https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.apache.org%2fjira%2fbrowse%2fCB-10424&data=01%7c01%7cv-alsoro%40microsoft.com%7c4fa7e33029ae4285f78308d325e84377%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=uyNgeJuaeJLkzkY9LFmxAPwbdmOGbFvyu366YUdummo%3d

Both tools have been published to
dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-10424/

The packages were published from their corresponding git tags:

    cordova-js: 4.1.3 (291aa8a0df)
    cordova-lib: 6.0.0 (4328a39276)
    cordova-plugman: 1.1.0 (06089762ce)
    cordova-cli: 6.0.0 (6c008aa768)

Upon a successful vote I will upload the archives to dist/, publish them to NPM, and post the corresponding blog post.

Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

Voting will go on for a minimum of 48 hours.

I vote +1:
* Ran coho audit-license-headers over the relevant repos
* Ran coho check-license to ensure all dependencies and subdependencies have Apache-compatible licenses
* Ran mobile-spec on Android.
* ensured npm test was passing for lib, cli, js

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org