[Webkit-unassigned] [Bug 71690] Add cc-bugs group to watch changes in chromium graphics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 11:34:50 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71690


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114319|review?                     |review-
               Flag|                            |




--- Comment #18 from Eric Seidel <eric at webkit.org>  2011-11-09 11:34:50 PST ---
(From update of attachment 114319)
View in context: https://bugs.webkit.org/attachment.cgi?id=114319&action=review

> Tools/Scripts/webkitpy/common/config/committers.py:90
> +# This is a list of email addresses who have bugzilla accounts but are not

A list is not a "who", is it?

> Tools/Scripts/webkitpy/common/config/committers.py:95
> +    Contributor("Chromium Compositor Bugs", ["cc-bugs at google.com"], "cc-bugs"),

This should be Account(...)

> Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py:158
> -                if not contributors.contributor_by_email(email):
> +                if not accounts.account_by_email(email):
>                      cc_rule.remove_instruction(email)
>                      self._log_error("The email alias %s which is in the watchlist is not listed as a contributor in committers.py" % email)
>                      continue

This code should additionally check that it's the first email, the bugzilla_email in the account.  account_by_email will give you any account with that email, which might not be the bugzilla email for the account.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list