[yum-cvs] yum/yum config.py,1.85,1.86
Jeremy Katz
katzj at linux.duke.edu
Thu Dec 15 18:50:28 UTC 2005
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv4278/yum
Modified Files:
config.py
Log Message:
inherit the repo being enabled from the base config per seth's request :)
Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- config.py 14 Dec 2005 21:17:21 -0000 1.85
+++ config.py 15 Dec 2005 18:50:25 -0000 1.86
@@ -427,7 +427,7 @@
class RepoConf(BaseConfig):
name = Option() #XXX: error out if no name set
- enabled = BoolOption(True)
+ enabled = Inherit(YumConf.enabled)
baseurl = UrlListOption()
mirrorlist = UrlOption()
gpgkey = UrlListOption()
More information about the Yum-cvs-commits
mailing list