[yum-cvs] yum/yum config.py,1.107,1.108

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


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

Modified Files:
	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.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- config.py	17 Nov 2006 07:13:42 -0000	1.107
+++ config.py	7 Dec 2006 22:17:53 -0000	1.108
@@ -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