[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] CVS Build
Hi!
On Fri, Jul 29, 2005 at 09:53:49AM -0400, Mark Duckworth wrote:
> 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 ;)
>
> 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.
Perhaps something like
scp *.tar.gz *.zip myhost:~/build_host/ \
&& rm -f *.tar.gz *.zip
would be an approach.
Ciao
Thomas
--
Thomas Binder (Gryf @ IRCNet)
gryf@hrzpub.tu-darmstadt.de
PGP-key available on request!