Changeset 51475 in webkit


Ignore:
Timestamp:
Nov 29, 2009 7:12:11 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-29 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Need a way to validate that committers.py includes all committers/reviewers
https://bugs.webkit.org/show_bug.cgi?id=30970

Add a script which knows how to compare our public committer/reviewer
lists and show discrepancies between them.

Validates mailing lists vs. committers.py:

  • committers.py committers missing from webkit-committers@lists
  • webkit-committers@lists members missing from committers.py
  • committers.py reviewers missing from webkit-reviewers@lists
  • webkit-reviewers@lists members missing from committers.py
  • webkit-reviewers@lists members missing from committers.py reviewer list

Validates committers.py vs. trunk/ SVN history:

  • committers who have not committed in over a year
  • SVN committers missing from committers.py
  • committers.py members who have no record in SVN.

All of these lists still show "false positives" until a few more committers.py updates are made, like:
https://bugs.webkit.org/show_bug.cgi?id=31366

  • Scripts/validate-committer-lists: Added.
Location:
trunk/WebKitTools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51465 r51475  
     12009-11-29  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Need a way to validate that committers.py includes all committers/reviewers
     6        https://bugs.webkit.org/show_bug.cgi?id=30970
     7
     8        Add a script which knows how to compare our public committer/reviewer
     9        lists and show discrepancies between them.
     10
     11        Validates mailing lists vs. committers.py:
     12        - committers.py committers missing from webkit-committers@lists
     13        - webkit-committers@lists members missing from committers.py
     14        - committers.py reviewers missing from webkit-reviewers@lists
     15        - webkit-reviewers@lists members missing from committers.py
     16        - webkit-reviewers@lists members missing from committers.py reviewer list
     17
     18        Validates committers.py vs. trunk/ SVN history:
     19        - committers who have not committed in over a year
     20        - SVN committers missing from committers.py
     21        - committers.py members who have no record in SVN.
     22
     23        All of these lists still show "false positives" until a few more committers.py updates are made, like:
     24        https://bugs.webkit.org/show_bug.cgi?id=31366
     25
     26        * Scripts/validate-committer-lists: Added.
     27
    1282009-11-28  Adam Barth  <abarth@webkit.org>
    229
Note: See TracChangeset for help on using the changeset viewer.