[yum-cvs] yum/yum __init__.py,1.156,1.157

Seth Vidal skvidal at login.linux.duke.edu
Sat Dec 3 08:28:18 UTC 2005


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

Modified Files:
	__init__.py 
Log Message:

change minor mechanism in cli.py for installs until I can spend some time
better integrating the new methods


Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- __init__.py	3 Dec 2005 07:15:10 -0000	1.156
+++ __init__.py	3 Dec 2005 08:28:15 -0000	1.157
@@ -1669,6 +1669,9 @@
                # all along checking to make sure we:
                 # don't update something that's already been obsoleted
             
+            # TODO: we should search the updates and obsoletes list and
+            # mark the package being updated or obsoleted away appropriately
+            # and the package relationship in the tsInfo
             
             for installed_pkg in instpkgs:
                 if self.up.obsoleted_dict.has_key(installed_pkg.pkgtup) and self.conf.obsoletes:




More information about the Yum-cvs-commits mailing list