Re: MD5 support

2002-05-02 Thread Christopher Faylor
On Fri, May 03, 2002 at 11:52:06AM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Friday, May 03, 2002 11:27 AM >> Actually, I decided to just creat a version of setup.exe >> (based on the setup200202 branch) which s

RE: MD5 support

2002-05-02 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 11:27 AM > Actually, I decided to just creat a version of setup.exe > (based on the setup200202 branch) which silently skips extra > the md5 element in > install: and source: tags.

Re: MD5 support

2002-05-02 Thread Christopher Faylor
On Fri, May 03, 2002 at 09:14:33AM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Friday, May 03, 2002 9:13 AM > >> >If you've got the bandwidth and disk space... cool. I figured that a >> >single copy of setup.ini g

RE: MD5 support

2002-05-02 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 9:13 AM > >If you've got the bandwidth and disk space... cool. I figured that a > >single copy of setup.ini getting mirrored was a low-cost > solution (vs a > >completely separate

Re: MD5 support

2002-05-02 Thread Christopher Faylor
On Fri, May 03, 2002 at 08:44:01AM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Friday, May 03, 2002 2:55 AM > >> >Thank you. Is it ok with you if I call it setup.ini and put >> it in a dir >> >called test after i

RE: MD5 support

2002-05-02 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 2:55 AM > >Thank you. Is it ok with you if I call it setup.ini and put > it in a dir > >called test after inserting ../ in front of every instance of > >'release/'? > > I guess s

Re: MD5 support

2002-05-02 Thread Christopher Faylor
On Thu, May 02, 2002 at 05:41:59PM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, May 02, 2002 2:05 AM > >> >> Ok. There is a setup-md5.ini in /sourceware/ftp/anonftp/pub/cygwin >> (home of setup.exe and s

RE: MD5 support

2002-05-02 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 2:05 AM > > Ok. There is a setup-md5.ini in /sourceware/ftp/anonftp/pub/cygwin > (home of setup.exe and setup.ini). I generated it against my > local release directory so there

Re: MD5 support

2002-05-01 Thread Christopher Faylor
On Wed, May 01, 2002 at 11:47:59AM -0400, Christopher Faylor wrote: >On Thu, May 02, 2002 at 01:33:52AM +1000, Robert Collins wrote: >>> Hmm. Dueling "you do the work" scenarios. >>> >>> Why not just release an interim version of setup that >>> silently ignores the third field? That's what we'

Re: MD5 support

2002-05-01 Thread Christopher Faylor
On Thu, May 02, 2002 at 01:33:52AM +1000, Robert Collins wrote: >> Hmm. Dueling "you do the work" scenarios. >> >> Why not just release an interim version of setup that >> silently ignores the third field? That's what we've done in the past. > >I planned to, but then, without realising it, I'd

RE: MD5 support

2002-05-01 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 1:32 AM > Hmm. Dueling "you do the work" scenarios. > > Why not just release an interim version of setup that > silently ignores the third field? That's what we've done in the

Re: MD5 support

2002-05-01 Thread Christopher Faylor
On Wed, May 01, 2002 at 06:42:46PM +1000, Robert Collins wrote: > > >> -Original Message- >> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, May 01, 2002 2:35 AM > >> I have upset ready to go for this. Will it actually break >> setup.exe if I check in my changes?

RE: MD5 support

2002-05-01 Thread Robert Collins
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 2:35 AM > I have upset ready to go for this. Will it actually break > setup.exe if I check in my changes? I'm away from a Windows > system right now so I can't check myself.

Re: MD5 support

2002-04-30 Thread Christopher Faylor
On Tue, Apr 30, 2002 at 12:40:43PM +1000, Robert Collins wrote: >I've uploaded a snapshot (bin & src) that detects corrupt files based on >md5. It's backward compatible with the current .ini format. > >The code needs reorganising before I commit it, this is simply for folk >to play and test with.