[yum-commits] Branch 'yum-3_2_X' - cli.py
James Antill
james at osuosl.org
Mon Jan 10 20:17:00 UTC 2011
cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 339d84b59737f9d130fa6fe55eb4f24bce43a18b
Author: James Antill <james at and.org>
Date: Mon Jan 10 14:28:42 2011 -0500
Write the override_sigchecks to the right object, BZ 668031
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
More information about the Yum-commits
mailing list