On Mon, Dec 5, 2011 at 9:48 PM, James Antill <[email protected]> wrote: > --- > yumcommands.py | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/yumcommands.py b/yumcommands.py > index 2ff9562..36b19b3 100644 > --- a/yumcommands.py > +++ b/yumcommands.py > @@ -59,6 +59,8 @@ def checkGPGKey(base): > :param base: a :class:`yum.Yumbase` object. > :raises: :class:`cli.CliError` > """ > + if base._override_sigchecks: > + return > if not base.gpgKeyCheck(): > for repo in base.repos.listEnabled(): > if (repo.gpgcheck or repo.repo_gpgcheck) and not repo.gpgkey: > -- > 1.7.6.4 > > _______________________________________________ > Yum-devel mailing list > [email protected] > http://lists.baseurl.org/mailman/listinfo/yum-devel >
ACK
_______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
