[yum-cvs] yum cli.py,1.156,1.157
Seth Vidal
skvidal at login.linux.duke.edu
Wed Mar 2 04:31:32 UTC 2005
Update of /home/groups/yum/cvs/yum
In directory login:/tmp/cvs-serv16723
Modified Files:
cli.py
Log Message:
file:// repos work again. By collapsing and remaking the po we lose
localpath which is used if we have file:// repos. Whoops. :)
Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- cli.py 26 Feb 2005 09:11:56 -0000 1.156
+++ cli.py 2 Mar 2005 04:31:30 -0000 1.157
@@ -668,7 +668,7 @@
downloadpkgs = []
for txmbr in self.tsInfo.getMembers():
if txmbr.ts_state in ['i', 'u']:
- po = self.getPackageObject(txmbr.pkgtup)
+ po = txmbr.po
if po:
downloadpkgs.append(po)
More information about the Yum-cvs-commits
mailing list