Thanks Dave,

+1 for the releasing the CLI, Client Go and Whisk Deploy components at 1.0.0 
level

PS: If anyone is touching the rcverify.sh file please fix the typo in the 
"verifing notice..." (string).

here are my local verification logs:
>> Matt$ ./rcverify.sh openwhisk-cli 'OpenWhisk Command-line Interface (CLI)' 
>> 1.0.0
>> gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) 
>> <houshen...@apache.org>" not changed
>> gpg: key 22907064147F886E: "Dave Grove <gro...@us.ibm.com>" not changed
>> gpg: key 44667BC927C86D51: "Rodric Rabbah <rab...@apache.org>" not changed
>> gpg: key B1457C3D7101CC78: "James Thomas <jamestho...@apache.org>" not 
>> changed
>> gpg:              unchanged: 4
>> computing sha512 for openwhisk-cli-1.0.0-sources.tar.gz
>> SHA512: openwhisk-cli-1.0.0-sources.tar.gz: 
>> 511306A7 DB5483B2 4BAEACE9 5A797CB6 9CDD12B3 028899C3 0066746E E19B318E 
>> 5F8331CE 6E0008C1 8AEE1B47 4A6E8FCA F8AADD80 47C66A52 1D261E22 D2530CA9
>> validating sha512... passed
>> verifying asc... passed (signed-by: Dave Grove <dgr...@apache.org>)
>> verifing notice... passed
>> verifying absence of DISCLAIMER.txt passed
>> verifying license... passed
>> verifying sources have proper headers... passed
>> scanning for executable files... passed
>> scanning for unexpected file types... passed
>> scanning for archives... passed
>> scanning for packages... passed
---
>> Matt$ ./rcverify.sh openwhisk-client-go 'OpenWhisk Client Go' 1.0.0 rc1
>> importing keys
>> gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) 
>> <houshen...@apache.org>" not changed
>> gpg: key 22907064147F886E: "Dave Grove <gro...@us.ibm.com>" not changed
>> gpg: key 44667BC927C86D51: "Rodric Rabbah <rab...@apache.org>" not changed
>> gpg: key B1457C3D7101CC78: "James Thomas <jamestho...@apache.org>" not 
>> changed
>> gpg:              unchanged: 4
>> computing sha512 for openwhisk-client-go-1.0.0-sources.tar.gz
>> SHA512: openwhisk-client-go-1.0.0-sources.tar.gz: 
>> F4217B91 26E63251 CE5B256D 7D1DDBE2 72C59A35 F4AFA319 E4AD6D78 89E9CCA4 
>> AD9C5788 038D429C 305D471C A24129A8 AC91A863 2668D7BC B01556DF CF5403A9
>> validating sha512... passed
>> verifying asc... passed (signed-by: Dave Grove <dgr...@apache.org>)
>> verifing notice... passed
>> verifying absence of DISCLAIMER.txt passed
>> verifying license... passed
>> verifying sources have proper headers... passed
>> scanning for executable files... passed
>> scanning for unexpected file types... passed
>> scanning for archives... passed
>> scanning for packages... passed
---
>> Matt$ ./rcverify.sh openwhisk-wskdeploy 'OpenWhisk Client Go' 1.0.0 rc1
>> importing keys
>> gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) 
>> <houshen...@apache.org>" not changed
>> gpg: key 22907064147F886E: "Dave Grove <gro...@us.ibm.com>" not changed
>> gpg: key 44667BC927C86D51: "Rodric Rabbah <rab...@apache.org>" not changed
>> gpg: key B1457C3D7101CC78: "James Thomas <jamestho...@apache.org>" not 
>> changed
>> gpg:              unchanged: 4
>> computing sha512 for openwhisk-wskdeploy-1.0.0-sources.tar.gz
>> SHA512: openwhisk-wskdeploy-1.0.0-sources.tar.gz: 
AB9A8F0F 8520384A 9CA4F938 AA23378C BF2BB45A 52B91BAE 450509BC A6EFACC7 
993CEF1F 62C403B8 C80B7A19 8B8EBBAA 2EBD2E97 CEC2309A CC637827 FEA3220B
>> validating sha512... passed
>> verifying asc... passed (signed-by: Dave Grove <dgr...@apache.org>)
>> verifing notice... passed
>> verifying absence of DISCLAIMER.txt passed
>> verifying license... passed
>> verifying sources have proper headers... passed
>> scanning for executable files... passed
>> scanning for unexpected file types... passed
>> scanning for archives... passed
>> scanning for packages... passed

On 2019/09/17 13:26:17, "David P Grove" <gro...@us.ibm.com> wrote: 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.0.0 release candidate rc1 of
> the following 3 project modules with artifacts built from the Git
> repositories and commit IDs listed below.
> 
> * OpenWhisk Command-line Interface (CLI):
> 5ad2291882e1d89ecd8c377dd1ffb1fe1043bf07
> 
> https://github.com/apache/openwhisk-cli/commits/5ad2291882e1d89ecd8c377dd1ffb1fe1043bf07
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-cli-1.0.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-cli-1.0.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-cli-1.0.0-sources.tar.gz.sha512
> 
> * OpenWhisk Client Go: 716c6f973eb297b39e764938284350050f3d3974
> 
> https://github.com/apache/openwhisk-client-go/commits/716c6f973eb297b39e764938284350050f3d3974
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-client-go-1.0.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-client-go-1.0.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-client-go-1.0.0-sources.tar.gz.sha512
> 
> * OpenWhisk Wskdeploy: fff873eaf189071e28e9d29deab26a7270027f14
> 
> https://github.com/apache/openwhisk-wskdeploy/commits/fff873eaf189071e28e9d29deab26a7270027f14
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-wskdeploy-1.0.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-wskdeploy-1.0.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/apache-openwhisk-1.0.0-rc1/openwhisk-wskdeploy-1.0.0-sources.tar.gz.sha512
> 
> This release is comprised of source code distribution only.
> 
> You can use this UNIX script to download the release and verify the
> checklist below:
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=eac6141
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=eac6141
> " -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-cli 'OpenWhisk Command-line Interface (CLI)' 1.0.0
> rc1
> rcverify.sh openwhisk-client-go 'OpenWhisk Client Go' 1.0.0 rc1
> rcverify.sh openwhisk-wskdeploy 'OpenWhisk Wskdeploy' 1.0.0 rc1
> 
> Please vote to approve this release:
> 
>   [ ] +1 Approve the release
>   [ ]  0 Don't care
>   [ ] -1 Don't release, because ...
> 
> Release verification checklist for reference:
>   [ ] Download links are valid.
>   [ ] Checksums and PGP signatures are valid.
>   [ ] Source code artifacts have correct names matching the current
> release.
>   [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
>   [ ] All files have license headers as specified by OpenWhisk project
> policy [1].
>   [ ] No compiled archives bundled in source archive.
> 
> This majority vote is open for at least 72 hours.
> 
> 
> [1]
> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md
> 

Reply via email to