As answered elsewhere: > gpg --print-md SHA512 *.zip | diff - *.sha && echo "Exact match" > gpg --print-md MD5 *.zip | diff - *.md5 && echo "Exact match"
The awkwardness comes from gpg's format (there are threads online complaining about this). We should switch coho to just use sha512sum, etc. +1! On Tue, Feb 25, 2014 at 4:57 PM, RUDD, Brett <[email protected]> wrote: > +1 > > On Feb 25, 2014, at 13:17, Joe Bowser <[email protected]> wrote: > > > +1 > > > > On Tue, Feb 25, 2014 at 1:16 PM, Joe Bowser <[email protected]> wrote: > >> Coho should stop putting spaces. :( > >> > >> On Tue, Feb 25, 2014 at 1:13 PM, Steven Gill <[email protected]> > wrote: > >>> Coho generates them > >>> On Feb 25, 2014 1:02 PM, "Mike Billau" <[email protected]> wrote: > >>> > >>>> +1. > >>>> Steve, do you generate the SHAs? Just seems like a strange format...I > had > >>>> to remove whitespace to compare. But then again I use some crappy > Windows > >>>> Explorer extension... > >>>> > >>>> > >>>> On Tue, Feb 25, 2014 at 3:20 PM, Lorin Beer <[email protected] > >>>>> wrote: > >>>> > >>>>> +1 > >>>>> > >>>>> > >>>>> On Tue, Feb 25, 2014 at 12:14 PM, Steven Gill < > [email protected] > >>>>>> wrote: > >>>>> > >>>>>> Please review and vote on our past release of Cordova 2.9.1. > >>>>>> > >>>>>> You can find the src + asc + md5 + sha at the following links: > >>>>>> * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip > >>>>>> * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip.asc > >>>>>> * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip.md5 > >>>>>> * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip.sha > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=shortlog;h=refs/tags/2.9.1 > >>>>>> 2a68fd4394f78ad17d05debe34a37296f218df10 refs/tags/2.9.1 > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=shortlog;h=refs/tags/2.9.1 > >>>>>> 0f79933977213ed32f75690edfb1edcde679fcbe refs/tags/2.9.1 > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=shortlog;h=refs/tags/2.9.1 > >>>>>> 62f3d3025cb5f34bdb7bd8fa07bffce86d263f21 refs/tags/2.9.1 > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=shortlog;h=refs/tags/2.9.1 > >>>>>> 10af4e40ad45889029766fa08aa0614332ea1071 refs/tags/2.9.1 > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=shortlog;h=refs/tags/2.9.1 > >>>>>> 9d8009021083e063a7fd2280aebd3734d8d03843 refs/tags/2.9.1 > >>>>>> > >>>>>> Blackberry used 2.9.0 tag. > >>>>>> > >>>>>> > >>>>> > >>>> > http://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=shortlog;h=refs/tags/2.9.0 > >>>>>> b98007cba30c3e4017671e10d7c8f463ddb87855 refs/tags/2.9.0 > >>>>>> > >>>>>> Voting will go on for 48 hours. > >>>>>> > >>>>> > >>>> > >
