[yum-cvs] yum/yum transactioninfo.py,1.13,1.14
Seth Vidal
skvidal at login.linux.duke.edu
Thu Mar 3 07:49:55 UTC 2005
Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv1915/yum
Modified Files:
transactioninfo.py
Log Message:
update TODOS on transactioninfo
Index: transactioninfo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/transactioninfo.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- transactioninfo.py 3 Mar 2005 07:45:40 -0000 1.13
+++ transactioninfo.py 3 Mar 2005 07:49:53 -0000 1.14
@@ -11,9 +11,15 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Copyright 2004 Duke University
+# Copyright 2005 Duke University
# Written by Seth Vidal
+# TODOS: make all the package relationships deal with package objects
+# search by package object for TransactionData, etc.
+# provide a real TransactionData.remove(txmbr) method, It should
+# remove the given txmbr and iterate to remove all those in depedent relationships
+# with the given txmbr.
+
class TransactionData:
"""Data Structure designed to hold information on a yum Transaction Set"""
def __init__(self):
More information about the Yum-cvs-commits
mailing list