[yum-cvs] yum cli.py,1.213,1.214

Seth Vidal skvidal at linux.duke.edu
Fri Jun 9 21:17:08 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv15054

Modified Files:
	cli.py 
Log Message:
apply lewk's patch to fix jeremy's lambda (iiiiiiiiiick)
make corrupt repomd.xml's do the right thing in the new celementree
repomd.xml parser



Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- cli.py	7 Jun 2006 03:40:08 -0000	1.213
+++ cli.py	9 Jun 2006 21:17:06 -0000	1.214
@@ -753,7 +753,7 @@
 
                # the callback here expects to be able to take options which
                # userconfirm really doesn't... so fake it
-               self.getKeyForPackage(po, lambda(x, y, z: self.userconfirm()))
+               self.getKeyForPackage(po, lambda x, y, z: self.userconfirm())
 
             else:
                 # Fatal error




More information about the Yum-cvs-commits mailing list