Re: [Cooker] urpmi behaviour?

2002-05-13 Thread Oden Eriksson
On Mondayen den 13 May 2002 14.00, Borsenkow Andrej wrote: > > The thing is that I did like this "for i in *.rpm; do urpmi --auto $i; > > done" > > > Well if you prefer to repeat the same task 1000 times instead of doing > it once it is your choice. It has nothing to do with urpmi. > > urpmi --aut

RE: [Cooker] urpmi behaviour?

2002-05-13 Thread Borsenkow Andrej
> > The thing is that I did like this "for i in *.rpm; do urpmi --auto $i; done" > Well if you prefer to repeat the same task 1000 times instead of doing it once it is your choice. It has nothing to do with urpmi. urpmi --auto --auto-select does exactly the same. Even uprmi $(ls *.rpm | sed '/

Re: [Cooker] urpmi behaviour?

2002-05-13 Thread Oden Eriksson
On Mondayen den 13 May 2002 13.27, François Pons wrote: > Oden Eriksson <[EMAIL PROTECTED]> writes: > > The thing is that it seems to take a huge amount of time to uncompress > > the hdlists files, it would be faster on this P90 machine if this stage > > of urpmi could be changed. > > Most of the

Re: [Cooker] urpmi behaviour?

2002-05-13 Thread François Pons
Oden Eriksson <[EMAIL PROTECTED]> writes: > The thing is that it seems to take a huge amount of time to uncompress the > hdlists files, it would be faster on this P90 machine if this stage of urpmi > could be changed. Most of the time is not taken on uncompression but on analysis and the fact

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread Oden Eriksson
On Wednesdayen den 1 May 2002 21.32, Teemu Torma wrote: > On Wednesday 01 May 2002 20:27, Oden Eriksson wrote: > > On Wednesdayen den 1 May 2002 19.36, blindauer Emmanuel wrote: > > > "urpmi --auto-select" should be what your looking for. > > > > Thanks, but it just sits there and does nothing whe

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread Teemu Torma
On Wednesday 01 May 2002 20:27, Oden Eriksson wrote: > On Wednesdayen den 1 May 2002 19.36, blindauer Emmanuel wrote: > > "urpmi --auto-select" should be what your looking for. > > Thanks, but it just sits there and does nothing when I use that switch. If it is a big update, I have noticed it tak

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread SI Reasoning
On Wed, 2002-05-01 at 13:27, Oden Eriksson wrote: > On Wednesdayen den 1 May 2002 19.36, blindauer Emmanuel wrote: > > "urpmi --auto-select" should be what your looking for. > > Thanks, but it just sits there and does nothing when I use that switch. > you first need to do urpmi.update section_to_

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread Oden Eriksson
On Wednesdayen den 1 May 2002 19.36, blindauer Emmanuel wrote: > "urpmi --auto-select" should be what your looking for. Thanks, but it just sits there and does nothing when I use that switch. > Emmanuel > > Le Mercredi 1 Mai 2002 19:17, Oden Eriksson a écrit : > > Hi, > > > > Feature request. >

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread blindauer Emmanuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "urpmi --auto-select" should be what your looking for. Emmanuel Le Mercredi 1 Mai 2002 19:17, Oden Eriksson a écrit : > Hi, > > Feature request. > > Would it be possible to have urpmi not gunzipping the hdlists file at every > invocation? Could urpm

Re: [Cooker] urpmi behaviour?

2002-05-01 Thread Olivier Thauvin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Mercredi 1 Mai 2002 19:17, Oden Eriksson a écrit : > Hi, > > Feature request. > > Would it be possible to have urpmi not gunzipping the hdlists file at every > invocation? Could urpmi be modified to use a "uncompressed" hdlists file? > > I'm updati

[Cooker] urpmi behaviour?

2002-05-01 Thread Oden Eriksson
Hi, Feature request. Would it be possible to have urpmi not gunzipping the hdlists file at every invocation? Could urpmi be modified to use a "uncompressed" hdlists file? I'm updating a P90 machine like this: for i in `rpm -qa --qf "[%{NAME}]\n"`; do urpmi --auto $i; done I'm sure there are