[yum-cvs] yum cli.py,1.161,1.162

Seth Vidal skvidal at login.linux.duke.edu
Sun Mar 6 09:51:38 UTC 2005


Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv25329

Modified Files:
	cli.py 
Log Message:

left out a variable in the dbcache cleanup changes - fixed


Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- cli.py	2 Mar 2005 22:18:43 -0000	1.161
+++ cli.py	6 Mar 2005 09:51:36 -0000	1.162
@@ -555,8 +555,8 @@
                 
         elif self.basecmd == 'clean':
             self.conf.setConfigOption('cache', 1)
-            hdrcode = pkgcode = xmlcode = piklcode = 0
-            pkgresults = hdrresults = xmlresults = piklresults = []
+            hdrcode = pkgcode = xmlcode = piklcode = dbcode = 0
+            pkgresults = hdrresults = xmlresults = piklresults = dbresults = []
 
             if 'all' in self.extcmds:
                 self.log(2, 'Cleaning up Everything')




More information about the Yum-cvs-commits mailing list