[yum-cvs] yum/yum config.py,1.105.2.3,1.105.2.4
Jeremy Katz
katzj at linux.duke.edu
Mon Jan 8 19:18:17 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv7189/yum
Modified Files:
Tag: yum-3_0_X
config.py
Log Message:
make the code match the man page (rh#221770)
Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.105.2.3
retrieving revision 1.105.2.4
diff -u -r1.105.2.3 -r1.105.2.4
--- config.py 7 Dec 2006 22:15:53 -0000 1.105.2.3
+++ config.py 8 Jan 2007 19:18:15 -0000 1.105.2.4
@@ -457,7 +457,7 @@
debuglevel = IntOption(2)
errorlevel = IntOption(2)
- distroverpkg = Option('fedora-release')
+ distroverpkg = Option('redhat-release')
installroot = Option('/')
plugins = BoolOption(False)
More information about the Yum-cvs-commits
mailing list