[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: bodhi update problem
- From: Luke Macken <lmacken redhat com>
- To: fedora-devel-list redhat com
- Subject: Re: bodhi update problem
- Date: Mon, 8 Oct 2007 13:20:34 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]