[yum-cvs] yum/yum yumRepo.py,1.20,1.21
Seth Vidal
skvidal at linux.duke.edu
Sun Sep 3 21:56:21 UTC 2006
- Previous message: [yum-cvs] yum/yum repos.py,1.98,1.99 yumRepo.py,1.19,1.20
- Next message: [yum-cvs] yum cli.py, 1.232, 1.233 shell.py, 1.29, 1.30 yum-updatesd.py, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv3851/yum
Modified Files:
yumRepo.py
Log Message:
set the default interrupt_callback to None for the folks operating in
lazy-mode
Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- yumRepo.py 3 Sep 2006 21:34:56 -0000 1.20
+++ yumRepo.py 3 Sep 2006 21:56:19 -0000 1.21
@@ -161,7 +161,8 @@
self.callback = None # for the grabber
self.failure_obj = None
self.mirror_failure_obj = None
-
+ self.interrupt_callback = None
+
self.storage = storagefactory.GetStorage()
self.sack = self.storage.GetPackageSack()
- Previous message: [yum-cvs] yum/yum repos.py,1.98,1.99 yumRepo.py,1.19,1.20
- Next message: [yum-cvs] yum cli.py, 1.232, 1.233 shell.py, 1.29, 1.30 yum-updatesd.py, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list