+1 Checked signatures and hashes. Checked diffs (not too crude a tool) against the corresponding tags in the repos. Installed both plugman and CLI; both appear to be working correctly, building projects, adding and removing plugins, building and deploying to Android devices.
On Fri, Feb 28, 2014 at 4:00 PM, Joe Schaefer <joe_schae...@yahoo.com>wrote: > If diff is a little too crude for this purpose I encourage you to > take a look at > > > https://svn.apache.org/repos/private/committers/tools/releases/compare_dirs.pl > > The way you'd use it is to unzip the two archive files into separate paths > and invoke this script on those paths. It takes a list of filenames to > skip as arguments, but those could probably be scripted away into a wrapper > call around it. > > > > > On Friday, February 28, 2014 3:50 PM, Andrew Grieve <agri...@chromium.org> > wrote: > > On Fri, Feb 28, 2014 at 3:37 PM, Andrew Grieve <agri...@chromium.org> > wrote: > > > >> Note that since we can't re-upload to NPM with the same versions, I've > >> bumped the version since my first attempt. > >> > >> If you'd like to verify the files on dist/, you can now clone the repo > via: > >> ./cordova-coho/coho repo-clone -r dist/dev > >> > >> And check the hashes & signature with: > >> ./cordova-coho/coho verify-archive cordova-dist-dev/$JIRA/*.zip > >> > >> There's no logic there to check the actual contents of the zip yet > though > >> (if someone feels like adding this, please do!) > >> > >Actually, you could just build the archive and use diff to verify the > >contents: > >./cordova-coho/coho create-archive -r plugman -r cli --no-sign --dest . > >diff plugman*.zip cordova-dist-dev/CB-6115/plugman*.zip > >diff cordova*.zip cordova-dist-dev/CB-6115/cordova*.zip > > > > > > > >> > >> > >> > >> Please review and vote on the release of cordova@3.4.0-0.1.2 > >> plugman@0.20.1. > >> > >> Release issue: https://issues.apache.org/jira/browse/CB-6115 > >> > >> Both cordova and plugman have been uploaded to npm with the "rc" tag: > >> npm install -g cordova@rc > >> npm install -g plugman@rc > >> > >> They have also been published to dist: > >> https://dist.apache.org/repos/dist/dev/cordova/CB-6115/ > >> > >> The packages were published from their corresponding git tags: > >> plugman: 0.20.1 (6a827cc28167a31f9d3c1196303b0910ad87ec5a) > >> cli: 3.4.0-0.1.2 (d9097de6b00a4ff39e3250bac36d343ff23294ad) > >> > >> Upon a successful vote, I will tag the releases as "latest" on NPM and > >> post the corresponding blog post. > >> > >> Voting will go on for 48 hours. > >> > > > > > > >