[yum-commits] plugins/tmprepo

James Antill james at osuosl.org
Tue May 19 23:43:58 UTC 2009


 plugins/tmprepo/tmprepo.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 54105afc87b05ee91f441b5a030dcb61c53705e9
Author: James Antill <james at and.org>
Date:   Tue May 19 19:43:40 2009 -0400

    Fix tmprepo, when we have option group

diff --git a/plugins/tmprepo/tmprepo.py b/plugins/tmprepo/tmprepo.py
index 5d081c2..b45bf96 100644
--- a/plugins/tmprepo/tmprepo.py
+++ b/plugins/tmprepo/tmprepo.py
@@ -176,7 +176,6 @@ def config_hook(conduit):
     if hasattr(parser, 'plugin_option_group'):
         parser = parser.plugin_option_group
 
-    parser.values.tmp_repos = []
     parser.add_option("--tmprepo", action='append',
                       type='string', dest='tmp_repos', default=[],
                       help="enable one or more repositories from URLs",


More information about the Yum-commits mailing list