[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] CVS Build



On Fri, 2005-07-29 at 08:38 +0100, jan.thomas@bt.com wrote:
> Mark,
> 
> Dont you run the build from a script with 'nohup'?
> Im sure that with your extensive *nix experience you know
> how to do this, so regardless of dodgy internet connections
> your work still gets done.

Jan,

The script near the bottom looks like:

scp *.tar.gz *.zip myhost:~/build_host/
rm -f *.tar.gz *.zip

So I think you can understand where the internet connectivity issues
stem from ;)

When I build from remote, I use screen.  nohup is fine, but screen is
better for something like this.

And yeah I know I could just remove the rm statement, but I didn't
before this build because ordinarily it's not a problem.

Thanks,
Mark