gnu-arch-users
[Top][All Lists]
Advanced

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

[Gnu-arch-users] Re: What happened to update-config?


From: Stig Brautaset
Subject: [Gnu-arch-users] Re: What happened to update-config?
Date: Tue, 14 Oct 2003 15:09:40 +0100
User-agent: Mutt/1.3.28i

On Oct 14 2003, Robert wrote:
> On Tue, 2003-10-14 at 12:51, John Goerzen wrote:
> 
> > OK... but that doesn't explain why update-config had to be removed now for
> > something that isn't there yet.
> 
> Well, I can't explain the cause - only the history. There is a common
> idiom replacing it:
> tla catcfg <X> | awk { 'print $1' } | tla update

Note that the line above will update to the latest revision of each
version, which may very well not be what you want. A better approach is
this:

 tla catcfg <X> | xargs -n2 tla update -d

-- 
brautaset.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]