Bug 149519 - validate-committer-lists -b shouldn't need edituser privileges
Summary: validate-committer-lists -b shouldn't need edituser privileges
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 04:06 PDT by Csaba Osztrogonác
Modified: 2015-09-28 02:16 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.88 KB, patch)
2015-09-24 04:37 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-09-24 04:06:24 PDT
Tools/Scripts/validate-committer-lists -b checks if each committer in contributors.json
has set valid bugzilla email address. (the first address must be a valid bugzilla address)

Now this feature needs edituser privileges, but it is an unnecessary restriction,
we can extract the necessary data from bugzilla without edituser privileges.
Comment 1 Csaba Osztrogonác 2015-09-24 04:37:56 PDT
Created attachment 261865 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-09-28 02:16:15 PDT
Comment on attachment 261865 [details]
Patch

Clearing flags on attachment: 261865

Committed r190276: <http://trac.webkit.org/changeset/190276>
Comment 3 Csaba Osztrogonác 2015-09-28 02:16:22 PDT
All reviewed patches have been landed.  Closing bug.