[Yum-devel] [PATCH] Write the override_sigchecks to the right object, BZ 668031

seth vidal skvidal at fedoraproject.org
Mon Jan 10 20:02:39 UTC 2011


On Mon, 2011-01-10 at 14:28 -0500, James Antill wrote:
> ---
>  cli.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/cli.py b/cli.py
> index 7c12f43..640f190 100644
> --- a/cli.py
> +++ b/cli.py
> @@ -1506,7 +1506,7 @@ class YumOptionParser(OptionParser):
>              if opts.nogpgcheck:
>                  #  Altering the normal configs. doesn't work too well, esp. with
>                  # regard to dynamically enabled repos.
> -                self._override_sigchecks = True
> +                self.base._override_sigchecks = True
>                  for repo in self.base.repos.listEnabled():
>                      repo._override_sigchecks = True
>                              

ACK
-sv




More information about the Yum-devel mailing list