Re: How to determine FAS from BZ email?

2012-02-27 Thread Miroslav Suchý
On 02/23/2012 04:48 PM, Ken Dreyer wrote: I'm in agreement with this. Do we need to open a ticket with the FPC? https://fedorahosted.org/fpc/ticket/147 -- Miroslav Suchy Red Hat Satellite Engineering -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/li

Re: How to determine FAS from BZ email?

2012-02-23 Thread Garrett Holmstrom
On 2012-02-23 10:20, John5342 wrote: It is possible that they don't match but they are more or less required to though. Last i checked the bugzilla "editbugs" permissions and the like are set from fas by email address so if the addresses don't match up then the user won't be able to manage bugzil

Re: How to determine FAS from BZ email?

2012-02-23 Thread John5342
On Thu, Feb 23, 2012 at 15:33, Jamie Nguyen wrote: > Yes. Since the emails don't necessarily match up, I don't think you > can rely on querying the database. Not only is it less efficient, it > can break too! (In most cases the emails probably will match up > anyway, but you can't rely on it.) It

Re: How to determine FAS from BZ email?

2012-02-23 Thread Jamie Nguyen
Ken Dreyer wrote: > 2012/2/23 Miroslav Suchý : >> But I find incredibly hard to find relation between bugzilla email and FAS >> account. >> How do you do this check? > > I use zodbot's fasinfo command, because it's faster than searching the > FAS web interface. > >> Therefore I suggest to enhance t

Re: How to determine FAS from BZ email?

2012-02-23 Thread Ken Dreyer
2012/2/23 Miroslav Suchý : > But I find incredibly hard to find relation between bugzilla email and FAS > account. > How do you do this check? I use zodbot's fasinfo command, because it's faster than searching the FAS web interface. > Therefore I suggest to enhance template of [2] to include line

Re: How to determine FAS from BZ email?

2012-02-23 Thread Jamie Nguyen
Johannes Lips wrote: > Isn't it easiest to just ask for the FAS name of the person who wants to > become a packager? I don't really see how this should be less efficient than > searching the mail address in the FAS database. Yes. Since the emails don't necessarily match up, I don't think you can r

Re: How to determine FAS from BZ email?

2012-02-23 Thread Johannes Lips
Isn't it easiest to just ask for the FAS name of the person who wants to become a packager? I don't really see how this should be less efficient than searching the mail address in the FAS database. On Thu, Feb 23, 2012 at 3:23 PM, Jamie Nguyen wrote: > Thomas Spura wrote: > > On Thu, Feb 23, 20

Re: How to determine FAS from BZ email?

2012-02-23 Thread Jamie Nguyen
Thomas Spura wrote: > On Thu, Feb 23, 2012 at 3:24 PM, Jamie Nguyen wrote: >> Thomas Spura wrote: >>> 2012/2/23 Miroslav Suchý : But I find incredibly hard to find relation between bugzilla email and FAS account. How do you do this check? >>> >>> Show all useres in the cla_signed g

Re: How to determine FAS from BZ email?

2012-02-23 Thread Thomas Spura
On Thu, Feb 23, 2012 at 3:24 PM, Jamie Nguyen wrote: > Thomas Spura wrote: >> 2012/2/23 Miroslav Suchý : >>> But I find incredibly hard to find relation between bugzilla email and FAS >>> account. >>> How do you do this check? >> >> Show all useres in the cla_signed group [3] and search for the ma

Re: How to determine FAS from BZ email?

2012-02-23 Thread Jamie Nguyen
Thomas Spura wrote: > 2012/2/23 Miroslav Suchý : >> But I find incredibly hard to find relation between bugzilla email and FAS >> account. >> How do you do this check? > > Show all useres in the cla_signed group [3] and search for the mail > address. When it's not there it may be overritten in [4].

Re: How to determine FAS from BZ email?

2012-02-23 Thread Thomas Spura
2012/2/23 Miroslav Suchý : > But I find incredibly hard to find relation between bugzilla email and FAS > account. > How do you do this check? Show all useres in the cla_signed group [3] and search for the mail address. When it's not there it may be overritten in [4]. When it's not there either, t

How to determine FAS from BZ email?

2012-02-23 Thread Miroslav Suchý
Hi, I have question about Fedora Review Process. [1] First time submitter should block FE-NEEDSPONSOR. But since they are new to the process they very often forgot to do that. So I always try to check whether given bugzilla email already has FAS account and if it is in packager group. But I f