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

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

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


From: Robert Collins
Subject: Re: [Gnu-arch-users] Re: What happened to update-config?
Date: Thu, 16 Oct 2003 12:58:53 +1000

On Wed, 2003-10-15 at 00:09, Stig Brautaset wrote:
> 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

oops, that was plain broken. Should have had xargs in there.

> 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

Well, more flexible, for different scenarios.

Rob
-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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