[yum-cvs] yum yum-updatesd.py,1.40,1.41
Jeremy Katz
katzj at linux.duke.edu
Wed May 2 21:58:10 UTC 2007
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv6222
Modified Files:
yum-updatesd.py
Log Message:
fix name error (#238685)
Index: yum-updatesd.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum-updatesd.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- yum-updatesd.py 25 Apr 2007 19:07:27 -0000 1.40
+++ yum-updatesd.py 2 May 2007 21:58:08 -0000 1.41
@@ -479,11 +479,11 @@
self.populateUpdates()
if self.opts.do_update:
- uit = UpdateInstallThread(self, dlpkgs)
+ uit = UpdateInstallThread(self)
uit.start()
elif self.opts.do_download:
self.emitDownloading()
- dl = UpdateDownloadThread(self, dlpkgs)
+ dl = UpdateDownloadThread(self)
dl.start()
else:
# just notify about things being available
More information about the Yum-cvs-commits
mailing list