[yum-cvs] yum/yum config.py,1.105.2.2,1.105.2.3

Seth Vidal skvidal at linux.duke.edu
Thu Dec 7 22:15:55 UTC 2006


Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv18307/yum

Modified Files:
      Tag: yum-3_0_X
	config.py 
Log Message:

fix up the debuglevel and errorlevel so they are set appropriately from the
cmdline to the conf


Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.105.2.2
retrieving revision 1.105.2.3
diff -u -r1.105.2.2 -r1.105.2.3
--- config.py	17 Nov 2006 07:10:36 -0000	1.105.2.2
+++ config.py	7 Dec 2006 22:15:53 -0000	1.105.2.3
@@ -611,6 +611,10 @@
     yumconf.uid = 0
     yumconf.cache = 0
     yumconf.progess_obj = None
+    
+    # propagate the debuglevel and errorlevel values:
+    yumconf.debuglevel = startupconf.debuglevel
+    yumconf.errorlevel = startupconf.errorlevel
 
     return yumconf
 




More information about the Yum-cvs-commits mailing list