[yum-cvs] yum cli.py,1.212,1.213
Jeremy Katz
katzj at linux.duke.edu
Wed Jun 7 03:40:11 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv6037
Modified Files:
cli.py
Log Message:
and actually save with the comment explaining this...
Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- cli.py 7 Jun 2006 03:27:11 -0000 1.212
+++ cli.py 7 Jun 2006 03:40:08 -0000 1.213
@@ -751,6 +751,8 @@
'Refusing to automatically import keys when running ' \
'unattended.\nUse "-y" to override.'
+ # 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()))
else:
More information about the Yum-cvs-commits
mailing list