[yum-cvs] yum/repomd packageObject.py,1.11,1.12
Paul Nasrat
pnasrat at login.linux.duke.edu
Tue Oct 4 18:43:46 UTC 2005
- Previous message: [yum-cvs] yum callback.py,1.23,1.24 cli.py,1.189,1.190
- Next message: [yum-cvs] yum/yum config.py, 1.75, 1.76 constants.py, 1.4, 1.5 depsolve.py, 1.68, 1.69 transactioninfo.py, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum/repomd
In directory login:/tmp/cvs-serv30884/repomd
Modified Files:
packageObject.py
Log Message:
Move to use constants for transaction states
Index: packageObject.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/repomd/packageObject.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- packageObject.py 4 Mar 2005 11:36:45 -0000 1.11
+++ packageObject.py 4 Oct 2005 18:43:44 -0000 1.12
@@ -421,7 +421,8 @@
e = reader.GetAttribute('epoch')
v = reader.GetAttribute('ver')
r = reader.GetAttribute('rel')
- objlist.append((name, flag, (e, v, r)))
+ pre = reader.GetAttribte('pre')
+ objlist.append((name, flag, (e, v, r), pre))
ret = reader.Read()
continue
- Previous message: [yum-cvs] yum callback.py,1.23,1.24 cli.py,1.189,1.190
- Next message: [yum-cvs] yum/yum config.py, 1.75, 1.76 constants.py, 1.4, 1.5 depsolve.py, 1.68, 1.69 transactioninfo.py, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list