[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 17:01:40 UTC 2007


On Thu, 2007-03-01 at 10:45 -0500, seth vidal wrote:
> 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.
> 

I think this is all checked in now, though I may end up changing how the
deleter/setter works so it can be used more generically to reset/set the
properties.

-sv





More information about the Yum-devel mailing list