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
* Verified sha1s match tags with `coho verify-tags`
* Confirmed sigs & hashes with `coho verify-archive`
* Created mobilespec via CLI for android & ios, successfully ran on device
* Created hello world app, ran on ios and android
* Validated archive contents by comparing with local git clones


On 8/12/15, 9:26 PM, "Carlos Santana" <csantan...@gmail.com> wrote:

>I'm right now in the middle of it and found something weird with
>cordova-lib
>
>It has an extra src/plugman/temp that I don't see on git
>
>- Carlos
>Sent from my iPhone
>
>> On Aug 12, 2015, at 8:50 PM, Steven Gill <stevengil...@gmail.com> wrote:
>> 
>> Need one more vote
>> 
>> On Tue, Aug 11, 2015 at 4:45 PM, Nikhil Khandelwal
>><nikhi...@microsoft.com>
>> wrote:
>> 
>>> +1.
>>> 
>>> * Ran coho audit -license-headers
>>> * Ran coho verify-tags and validated all the tags
>>> * Created a hello world app to ensure the correct versions of the
>>> platforms are pinned.
>>> 
>>> Thanks,
>>> Nikhil
>>> 
>>> 
>>> -----Original Message-----
>>> From: Steven Gill [mailto:stevengil...@gmail.com]
>>> Sent: Friday, August 7, 2015 2:41 PM
>>> 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 Upcoming Releases DISCUSS thread)
>>> 
>>> Release issue:
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fissues.
>>>apache.org%2fjira%2fbrowse%2fCB-9469&data=01%7c01%7cnikhilkh%40microsoft
>>>.com%7c15e0994c4a114dbcd77b08d29f70ec37%7c72f988bf86f141af91ab2d7cd011db
>>>47%7c1&sdata=y6vRNgLcR%2fiLYLnhY%2fWAo%2bic7U4IuwXAWV%2bNHgsyk8g%3d
>>> 
>>> Both tools have been published to
>>> dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-9469/
>>> 
>>> The packages were published from their corresponding git tags:
>>> 
>>>    cordova-js: 4.1.0 (6caab6c283)
>>>    cordova-lib: 5.2.0 (0d544b4d12)
>>>    cordova-plugman: 1.0.0 (d020606d67)
>>>    cordova-cli: 5.2.0 (e23bb5d82f)
>>> 
>>> You can test via npm: npm i -g cordova@rc
>>> 
>>> Release Notes:
>>> plugman:
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.
>>>com%2fapache%2fcordova-plugman%2fblob%2fmaster%2fRELEASENOTES.md&data=01
>>>%7c01%7cnikhilkh%40microsoft.com%7c15e0994c4a114dbcd77b08d29f70ec37%7c72
>>>f988bf86f141af91ab2d7cd011db47%7c1&sdata=ZS5PrQTLNTxNggacjzlznIfaEumUMnh
>>>v2Z2NMvTaxgE%3d
>>> cli:
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.
>>>com%2fapache%2fcordova-cli%2fblob%2fmaster%2fRELEASENOTES.md&data=01%7c0
>>>1%7cnikhilkh%40microsoft.com%7c15e0994c4a114dbcd77b08d29f70ec37%7c72f988
>>>bf86f141af91ab2d7cd011db47%7c1&sdata=dnVFuErh5Wc0Uwa6lNyr8DZPcoTfwwpJVQw
>>>hV6CJgSA%3d
>>> lib:
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.
>>>com%2fapache%2fcordova-lib%2fblob%2fmaster%2fcordova-lib%2fRELEASENOTES.
>>>md&data=01%7c01%7cnikhilkh%40microsoft.com%7c15e0994c4a114dbcd77b08d29f7
>>>0ec37%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=Q9tJN2%2flO27wruElTEl
>>>Xg7sjNyvI0bgjAGifmKjMHXI%3d
>>> js:
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.
>>>com%2fapache%2fcordova-js%2fblob%2fmaster%2fRELEASENOTES.md&data=01%7c01
>>>%7cnikhilkh%40microsoft.com%7c15e0994c4a114dbcd77b08d29f70ec37%7c72f988b
>>>f86f141af91ab2d7cd011db47%7c1&sdata=3EdpaODnTCoIMsWFS5Ddhol7QSlTxBJqi1yV
>>>eHQo7j4%3d
>>> 
>>> I will post a separate thread for the blog post review once I have it
>>> ready.
>>> 
>>> Upon a successful vote I will upload the archives to dist/, publish
>>>them
>>> to npm under the `latest` tag, and post the corresponding blog post.
>>> 
>>> Voting guidelines:
>>> 
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.
>>>com%2fapache%2fcordova-coho%2fblob%2fmaster%2fdocs%2frelease-voting.md&d
>>>ata=01%7c01%7cnikhilkh%40microsoft.com%7c15e0994c4a114dbcd77b08d29f70ec3
>>>7%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=BeCBMxOC4VFoj1NU3ZnQBJKZ2
>>>Be6on%2bpiefklOSSKIY%3d
>>> 
>>> 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
>>> * Ensured continuous build was green when repos were tagged
>>> * Built a simple hello world app with
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>For additional commands, e-mail: dev-h...@cordova.apache.org
>


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

Reply via email to