You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "P. Taylor Goetz" <pt...@gmail.com> on 2013/11/14 17:14:44 UTC

0.9.0-rc3

I’ve prepped a 0.9.0-rc3 release and tagged it in github.

Zip Archive: https://dl.dropboxusercontent.com/s/t8m516l2kadt7c6/storm-0.9.0-rc3.zip

PGP: https://dl.dropboxusercontent.com/s/18q37lsg5ha1ywp/storm-0.9.0-rc3.zip.asc

SHA512: https://dl.dropboxusercontent.com/s/71re19lcg258by2/storm-0.9.0-rc3.zip.sha

MD5: https://dl.dropboxusercontent.com/s/cerlmlfei8ngr98/storm-0.9.0-rc3.zip.md5

If someone can verify the archive and signatures, I’ll update the website downloads section and announce to user@.

(looking forward to the day when releases aren’t hosted on dropbox ;) )

Thanks,

Taylor 

Re: 0.9.0-rc3

Posted by "P. Taylor Goetz" <pt...@gmail.com>.
Awesome, thanks Derek.

I use gpg as described here: http://www.apache.org/dev/release-signing


Here’s the actual script I run:

RELEASE="storm-"`cat VERSION`

gpg --print-md SHA512 $RELEASE.zip > $RELEASE.zip.sha

gpg --print-md MD5 $RELEASE.zip > $RELEASE.zip.md5

gpg --armor --output $RELEASE.zip.asc --detach-sig $RELEASE.zip


- Taylor


On Nov 14, 2013, at 11:41 AM, Derek Dagit <de...@yahoo-inc.com> wrote:

> - Verified sig and sums
> - Brought up word_count on single node cluster, OK
> - Verified I could read a log through logviewer
> - Verified sys stats toggle works in ui
> 
> BTW, what was used to produce the .sha and .md5 files?  I have not seen that format before.
> -- 
> Derek
> 
> On 11/14/13 10:14, P. Taylor Goetz wrote:
>> I’ve prepped a 0.9.0-rc3 release and tagged it in github.
>> 
>> Zip Archive: https://dl.dropboxusercontent.com/s/t8m516l2kadt7c6/storm-0.9.0-rc3.zip
>> 
>> PGP: https://dl.dropboxusercontent.com/s/18q37lsg5ha1ywp/storm-0.9.0-rc3.zip.asc
>> 
>> SHA512: https://dl.dropboxusercontent.com/s/71re19lcg258by2/storm-0.9.0-rc3.zip.sha
>> 
>> MD5: https://dl.dropboxusercontent.com/s/cerlmlfei8ngr98/storm-0.9.0-rc3.zip.md5
>> 
>> If someone can verify the archive and signatures, I’ll update the website downloads section and announce to user@.
>> 
>> (looking forward to the day when releases aren’t hosted on dropbox ;) )
>> 
>> Thanks,
>> 
>> Taylor
>> 


Re: 0.9.0-rc3

Posted by Derek Dagit <de...@yahoo-inc.com>.
- Verified sig and sums
- Brought up word_count on single node cluster, OK
- Verified I could read a log through logviewer
- Verified sys stats toggle works in ui

BTW, what was used to produce the .sha and .md5 files?  I have not seen that format before.
-- 
Derek

On 11/14/13 10:14, P. Taylor Goetz wrote:
> I’ve prepped a 0.9.0-rc3 release and tagged it in github.
>
> Zip Archive: https://dl.dropboxusercontent.com/s/t8m516l2kadt7c6/storm-0.9.0-rc3.zip
>
> PGP: https://dl.dropboxusercontent.com/s/18q37lsg5ha1ywp/storm-0.9.0-rc3.zip.asc
>
> SHA512: https://dl.dropboxusercontent.com/s/71re19lcg258by2/storm-0.9.0-rc3.zip.sha
>
> MD5: https://dl.dropboxusercontent.com/s/cerlmlfei8ngr98/storm-0.9.0-rc3.zip.md5
>
> If someone can verify the archive and signatures, I’ll update the website downloads section and announce to user@.
>
> (looking forward to the day when releases aren’t hosted on dropbox ;) )
>
> Thanks,
>
> Taylor
>