bodhi update problem

Luke Macken lmacken at redhat.com
Mon Oct 8 17:20:34 UTC 2007


On Sat, Oct 06, 2007 at 02:22:11PM -0400, Todd Zullinger wrote:
> Luke Macken wrote:
> > I just updated our production bodhi instance.
> 
> Hmmm, I just tried the vorbis-tools update again and I still get the
> same error (I'd just restarted firefox for other reasons, so I had
> logged in freshly to bodhi and started a new update).  Got any ideas
> why that'd still fail?
> 
> Thanks much for working on this.

Fixed!

There was a little bit of backwards logic in the patch

+               filter(lambda x: x in identity.current.groups, groups):

should have been:

+               not filter(lambda x: x in identity.current.groups, groups):


luke




More information about the fedora-devel-list mailing list