[yum-commits] Branch 'yum-3_2_X' - utils.py
James Antill
james at osuosl.org
Thu Jul 22 17:31:55 UTC 2010
utils.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 731dbbbeacce57ae7116dc09f3c6f2f9a58e311b
Author: James Antill <james at and.org>
Date: Thu Jul 22 10:54:59 2010 -0400
Act on --releasever for all utils.py users
diff --git a/utils.py b/utils.py
index 161fb2e..9335112 100644
--- a/utils.py
+++ b/utils.py
@@ -241,6 +241,8 @@ class YumUtilBase(YumBaseCli):
pc.disabled_plugins =self._parser._splitArg(opts.disableplugins)
if hasattr(opts, "enableplugins"):
pc.enabled_plugins = self._parser._splitArg(opts.enableplugins)
+ if hasattr(opts, "releasever"):
+ pc.releasever = opts.releasever
self.conf
# now set all the non-first-start opts from main from our setopts
More information about the Yum-commits
mailing list