Re: [Yum-devel] Requesting feedback on some plans for yum

2010-09-21 Thread Hedayat Vatankhah
Hi again, /*seth vidal */ wrote on 06/24/2010 8:06:38 PM +0450: Hedayat, Just following up on this thread - any comments/news? Sorry for being silent this much. I was almost completely off since then. BTW, I'm going to start looking around and become familiar with the general structure and

Re: [Yum-devel] [PATCH] Cache decompressed files for comps and pkgtags, with the same name.

2010-09-21 Thread seth vidal
On Tue, 2010-09-21 at 13:00 -0400, James Antill wrote: > --- > yum/__init__.py |7 --- > yum/misc.py | 18 +- > 2 files changed, 21 insertions(+), 4 deletions(-) > > diff --git a/yum/__init__.py b/yum/__init__.py > index 5c689e5..972c51c 100644 > --- a/yum/__init__.p

[Yum-devel] [PATCH] Cache decompressed files for comps and pkgtags, with the same name.

2010-09-21 Thread James Antill
--- yum/__init__.py |7 --- yum/misc.py | 18 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 5c689e5..972c51c 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -761,8 +761,8 @@ class YumBase(depsolve.Deps