Re: [Yum-devel] [PATCH 4/4] when we setup our repo dirs - if we're not root use the gpgdir-ro options

2010-12-27 Thread tim.laurid...@gmail.com
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote: > --- > docs/yum.conf.5 |8 > yum/repos.py|2 +- > yum/yumRepo.py |7 +-- > 3 files changed, 14 insertions(+), 3 deletions(-) > > diff --git a/docs/yum.conf.5 b/docs/yum.conf.5 > index ff10251..0281f1a 100644 > --- a

Re: [Yum-devel] [PATCH 3/4] when importing a gpgkey - write out a -ro version of the gpgdir for non-root users to use also setup the difficult-to-grok gpgoptions necessary to make a readonly GNUPGHOME

2010-12-27 Thread tim.laurid...@gmail.com
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote: > change setCacheDir() so it can take an alternative prefix and so we don't > set > a prefix then assume something else entirely > --- > yum/misc.py | 37 - > 1 files changed, 32 insertions(+), 5 deletions(-)

Re: [Yum-devel] [PATCH 1/4] - add default 'has_sig' and 'valid_sig' keys to the keyinfo dicts - if the thing we get back is valid gpg but has no sigs then sigs will be an empty list :( - make sure we

2010-12-27 Thread tim.laurid...@gmail.com
On Thu, Dec 23, 2010 at 8:51 PM, Seth Vidal wrote: > --- > yum/misc.py | 14 -- > 1 files changed, 12 insertions(+), 2 deletions(-) > > diff --git a/yum/misc.py b/yum/misc.py > index 4fa5ed9..7dffe70 100644 > --- a/yum/misc.py > +++ b/yum/misc.py > @@ -431,6 +431,8 @@ def getgpgkeyi