[Yum-devel] Re: [yum-cvs] yum-utils/plugins/skip-broken skip-broken.py, 1.2, 1.3

seth vidal skvidal at linux.duke.edu
Thu Mar 1 15:45:02 UTC 2007


On Thu, 2007-03-01 at 10:35 -0500, seth vidal wrote:
> On Thu, 2007-03-01 at 10:20 -0500, Jeremy Katz wrote:
> > On Thu, 2007-03-01 at 04:31 -0500, Tim Lauridsen wrote:
> > > Update of /home/groups/yum/cvs/yum-utils/plugins/skip-broken
> > > In directory login1.linux.duke.edu:/tmp/cvs-serv13909/plugins/skip-broken
> > > 
> > > Modified Files:
> > > 	skip-broken.py 
> > > Log Message:
> > > fixed issues with the latest changes in yum cvs head
> > 
> > This feels like the wrong thing to do -- we instead want to keep it so
> > that old API users keep working.  So we should just add a property
> > setter instead of hacking around it like this.
> > 
> 
> <nod> Already have that in my copy here, just waiting to test and check
> it in.

Actually, looking at it again what it really seems like should be done
is:

fset for doing self.tsInfo = None
but really it should be doing:
del self.tsInfo

so I guess it needs a fdel, too.

-sv





More information about the Yum-devel mailing list