[yum-cvs] yum shell.py,1.33.2.4,1.33.2.5
Jeremy Katz
katzj at linux.duke.edu
Wed Mar 7 22:08:18 UTC 2007
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv7748
Modified Files:
Tag: yum-3_0_X
shell.py
Log Message:
kill no longer existent method call (rh#231202)
Index: shell.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/shell.py,v
retrieving revision 1.33.2.4
retrieving revision 1.33.2.5
diff -u -r1.33.2.4 -r1.33.2.5
--- shell.py 5 Dec 2006 14:39:34 -0000 1.33.2.4
+++ shell.py 7 Mar 2007 22:08:16 -0000 1.33.2.5
@@ -224,7 +224,6 @@
setattr(self.base.conf, cmd, opts)
if self.base.pkgSack: # kill the pkgSack
self.base.pkgSack = None
- self.base.repos._selectSackType()
self.base.up = None # reset the updates
# reset the transaction set, we have to or we shall surely die!
self.base.closeRpmDB()
@@ -287,7 +286,6 @@
else:
if self.base.pkgSack: # kill the pkgSack
self.base.pkgSack = None
- self.base.repos._selectSackType()
self.base.up = None # reset the updates
# reset the transaction set and refresh everything
self.base.closeRpmDB()
More information about the Yum-cvs-commits
mailing list