Re: [Yum-devel] [PATCH] add localpkg_gpgcheck option to [main] so users can set whether or not to gpgcheck pkgs in local files

2010-09-30 Thread Terje Røsten
* Seth Vidal > +signature check on local packages (packages in a file, not in a repositoy). yum toy :-) - Terje ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

Re: [Yum-devel] [PATCH] add localpkg_gpgcheck option to [main] so users can set whether or not to gpgcheck pkgs in local files

2010-09-30 Thread seth vidal
On Thu, 2010-09-30 at 17:35 -0400, James Antill wrote: > On Thu, 2010-09-30 at 16:30 -0400, Seth Vidal wrote: > > > diff --git a/yum/__init__.py b/yum/__init__.py > > index afe5354..de5f257 100644 > > --- a/yum/__init__.py > > +++ b/yum/__init__.py > > @@ -1937,7 +1937,7 @@ class YumBase(depsolve.

Re: [Yum-devel] [PATCH] add localpkg_gpgcheck option to [main] so users can set whether or not to gpgcheck pkgs in local files

2010-09-30 Thread James Antill
On Thu, 2010-09-30 at 16:30 -0400, Seth Vidal wrote: > diff --git a/yum/__init__.py b/yum/__init__.py > index afe5354..de5f257 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.py > @@ -1937,7 +1937,7 @@ class YumBase(depsolve.Depsolve): > - 2 - Fatal GPG verification error, give up

[Yum-devel] [PATCH] add localpkg_gpgcheck option to [main] so users can set whether or not to gpgcheck pkgs in local files

2010-09-30 Thread Seth Vidal
documents it too --- cli.py |1 + docs/yum.conf.5 | 10 +++--- yum/__init__.py |2 +- yum/config.py |1 + 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/cli.py b/cli.py index f566f88..f667b46 100644 --- a/cli.py +++ b/cli.py @@ -1465,6 +1465,7 @@ class