+1 binding.
Verified everything using the script. Signatures, checksum and RAT all are OK.
Downloaded the jclouds-all jars from the staging repo with no errors.
Removed the org/apache/jclouds folder from my local repo and executed
the Chef live tests: all dependencies were properly downloaded again
from the staging repo and all tests succeeded:
Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
** I had to slightly change the verification script, as in my Ubuntu
the md5sum command does not seem to accept the '-q' parameter. Here is
the diff of my change (I use "cut" instead to get the desired column
of the output). Don't know if it is more portable (OSX, etc) or not;
just for the record.
28c28
< diff -wB <($MD5SUM ${tarball}|cut -d' ' -f1) <(cat ${tarball}.md5);
---
> diff -wB <($MD5SUM -q ${tarball}) <(cat ${tarball}.md5);
On 27 November 2013 01:55, Andrew Gaul <[email protected]> wrote:
> +1 binding. Verified everything using the same script and the main
> artifact manually.
>
> On Tue, Nov 26, 2013 at 04:20:48PM -0800, Andrew Bayer wrote:
>> +1 binding - verified checksums, signatures, unit tests, using
>> http://people.apache.org/~abayer/verify_jclouds_release.sh
>>
>> A.
>>
>>
>> On Tue, Nov 26, 2013 at 3:52 PM, Andrew Gaul <[email protected]> wrote:
>>
>> > Hello,
>> >
>> > This is the second release candidate for Apache jclouds 1.6.3.
>> >
>> > Please use the separate [DISCUSS] thread for anything but votes.
>> >
>> > It fixes the following issues:
>> >
>> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&styleName=Html&projectId=12314430
>> >
>> > *** Please download, test and vote by Saturday, November 30th, 09:00 PDT /
>> > 12:00 EDT / 18:00 CET
>> >
>> > Note that we are voting upon the source (tag), binaries are provided for
>> > convenience.
>> >
>> > Source files:
>> > https://dist.apache.org/repos/dist/dev/jclouds/1.6.3-rc2/
>> >
>> > Maven staging repo:
>> > https://repository.apache.org/content/repositories/orgapachejclouds-011/
>> >
>> > The tags to be voted upon:
>> > - jclouds -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=97d4a7d45850afaa0197af9abd2b24042548e3bd
>> > - jclouds-labs -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=c1ab6818cd08edf98b14d0246536672392d5a6e0
>> > - jclouds-labs-openstack -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=07166f3494eacf1e1ecfc401d380d95afd3050b1
>> > - jclouds-chef -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds-chef.git;a=tag;h=35b33e7ad7c2812e85be10e79186ba622f5e7a62
>> > - jclouds-karaf -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=49a7051caf7d4d9d15ddd5c6e5d19999dbe13362
>> > - jclouds-cli -
>> > https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=67570436687557d316c98e09aec38a97a195dc1a
>> >
>> > jclouds KEYS file containing PGP keys we use to sign the release:
>> > http://www.apache.org/dist/jclouds/KEYS
>> >
>> > [ ] +1
>> > [ ] 0
>> > [ ] -1 (explain why)
>> >
>> > --
>> > Andrew Gaul
>> > http://gaul.org/
>> >
>
> --
> Andrew Gaul
> http://gaul.org/