Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-05 Thread sebb
On 03/03/06, Henri Yandell [EMAIL PROTECTED] wrote: On 3/2/06, Simon Kitching [EMAIL PROTECTED] wrote: On Thu, 2006-03-02 at 14:50 -0800, Henri Yandell wrote: We're not supposed to be using the pgp on minotaur; so my TODO is to figure out how to get my key off of there, hope I still

[all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread sebb
Here's an Ant target we use in JMeter for creating MD5 checksums: !-- Utility target to create MD5 checksums in standard format (with *filename) Usage: antcall target=_md5 param name=path value=${dist.dir}/${dist.name}_src.tar/ /antcall -- target name=_md5 unless=md5.skip

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread Phil Steitz
Yep, and if you are really lazy and have a command shell available, you can use the scripts referenced here to do the signing, verify the sigs and create the symlinks: http://jakarta.apache.org/commons/releases/release.html#16%20Miscellaneous Phil On 3/2/06, sebb [EMAIL PROTECTED] wrote: Here's

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread Henri Yandell
Yeah, running it isn't really the problem. Managing the key when you don't use it for email is the bit that got painful. We're not supposed to be using the pgp on minotaur; so my TODO is to figure out how to get my key off of there, hope I still know the passphrase, come up with some kind of

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread robert burrell donkin
On Thu, 2006-03-02 at 14:03 -0800, Henri Yandell wrote: Yeah, running it isn't really the problem. Managing the key when you don't use it for email is the bit that got painful. you don't really need to do any key management (unless you want to). a key used for code signing can just be get safe

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread Henri Yandell
On 3/2/06, robert burrell donkin [EMAIL PROTECTED] wrote: On Thu, 2006-03-02 at 14:03 -0800, Henri Yandell wrote: Yeah, running it isn't really the problem. Managing the key when you don't use it for email is the bit that got painful. you don't really need to do any key management (unless

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread Simon Kitching
On Thu, 2006-03-02 at 14:50 -0800, Henri Yandell wrote: We're not supposed to be using the pgp on minotaur; so my TODO is to figure out how to get my key off of there, hope I still know the passphrase, i hope so too :) there are various ways to export the key but copying the files

Re: [all] MD5 and PGP generation [Was: [feedparser] News / Status]

2006-03-02 Thread Henri Yandell
On 3/2/06, Simon Kitching [EMAIL PROTECTED] wrote: On Thu, 2006-03-02 at 14:50 -0800, Henri Yandell wrote: We're not supposed to be using the pgp on minotaur; so my TODO is to figure out how to get my key off of there, hope I still know the passphrase, i hope so too :)