[yum-cvs] yum cli.py,1.194,1.195

Seth Vidal skvidal at login.linux.duke.edu
Sat Nov 19 22:09:12 UTC 2005


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

Modified Files:
	cli.py 
Log Message:

- move localPackages out of YumBaseCli and into YumBase
- fix a minor bug in install()
- start on update() but not finished for the specific-package case



Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- cli.py	13 Nov 2005 11:02:48 -0000	1.194
+++ cli.py	19 Nov 2005 22:09:09 -0000	1.195
@@ -53,8 +53,6 @@
        
     def __init__(self):
         yum.YumBase.__init__(self)
-        self.localPackages = [] # for local package handling - possibly needs
-                                # to move to the lower level class
 
     def doRepoSetup(self, thisrepo=None, dosack=1):
         """grabs the repomd.xml for each enabled repository 




More information about the Yum-cvs-commits mailing list