|
Re: Broken snapshot archives: msg#00197lang.haskell.glasgow.bugs
On Fri, Sep 29, 2006 at 12:30:10PM +0100, Simon Marlow wrote: > Tomasz Zielonka wrote: > >Some recent GHC snapshot files seem to be broken. > > Yes, this is due to a long-standing problem with our firewalls that > sometimes cause corruption of an SSH connection. I'll try to make it retry > or delete the file on failure instead of leaving a broken tarball in place. Try using "rsync". It doesn't leave partially transferred files (unless you ask it to do it). The file on the target machine is first created with a different name, and renamed to the final name only if it was transferred successfully. rsync can work over SSH, and in the basic scenario has similar command-line options. Best regards Tomasz
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #885: GHC doesn't work with Data Execution Prevention on Windows, GHC |
|---|---|
| Next by Date: | Re: Bogus stats when running SMP programs, Tomasz Zielonka |
| Previous by Thread: | Re: Broken snapshot archives, Simon Marlow |
| Next by Thread: | Re: [GHC] #706: GHC links _stub.o files regardless of whether any 'foreign import' decls remain in a .hs file, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |