Re: [Yum-devel] [PATCH 2/7] Add more makelists tests.

2013-07-18 Thread James Antill
On Tue, 2013-07-16 at 12:19 -0400, Paul Nasrat wrote: > On 16 July 2013 09:43, James Antill wrote: > > > --- > > test/simpleupdatetests.py | 102 > > +++-- > > 1 files changed, 98 insertions(+), 4 deletions(-) > > > > diff --git a/test/simpleupdatetests.p

Re: [Yum-devel] [PATCH] Preload from root cache when --cacheonly. BZ 830523, 903631

2013-07-18 Thread James Antill
On Thu, 2013-07-18 at 11:53 +0200, Zdenek Pavlas wrote: > - repo_gen_decompress(): always attempt to decompress if timestamps > don't match. When we can't and --cacheonly, return None (compat). > > - _dirSetupMkdir_p(): mkdir when --cacheonly. We raise RepoError > on failure (same exception,

[Yum-devel] [PATCH] Preload from root cache when --cacheonly. BZ 830523, 903631

2013-07-18 Thread Zdenek Pavlas
- repo_gen_decompress(): always attempt to decompress if timestamps don't match. When we can't and --cacheonly, return None (compat). - _dirSetupMkdir_p(): mkdir when --cacheonly. We raise RepoError on failure (same exception, just different msg). - _retrieveMD(): preload and check the exis