Changeset 53484 in webkit


Ignore:
Timestamp:
Jan 19, 2010 12:53:54 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-19 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

validate-committer-lists throws exception and committers.py needs a refresh
https://bugs.webkit.org/show_bug.cgi?id=33831

  • Scripts/validate-committer-lists: use webkit_logging
  • Scripts/webkitpy/committers.py: Add recently minted committers. Fix Simon Hausmanns email address list to include his webkit-committers@lists address.
Location:
trunk/WebKitTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r53423 r53484  
     12010-01-19  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        validate-committer-lists throws exception and committers.py needs a refresh
     6        https://bugs.webkit.org/show_bug.cgi?id=33831
     7
     8        * Scripts/validate-committer-lists: use webkit_logging
     9        * Scripts/webkitpy/committers.py: Add recently minted committers.  Fix Simon Hausmanns email address list to include his webkit-committers@lists address.
     10
    1112010-01-18  Adam Roben  <aroben@apple.com>
    212
  • trunk/WebKitTools/Scripts/validate-committer-lists

    r52703 r53484  
    3838from datetime import date, datetime, timedelta
    3939from webkitpy.committers import CommitterList
    40 from webkitpy.logging import log, error
     40from webkitpy.webkit_logging import log, error
    4141from webkitpy.scm import Git
    4242
  • trunk/WebKitTools/Scripts/webkitpy/committers.py

    r53212 r53484  
    7171    Committer("Cameron McCormack", "cam@webkit.org"),
    7272    Committer("Chris Fleizach", "cfleizach@apple.com"),
     73    Committer("Chris Jerdonek", "cjerdonek@webkit.org"),
    7374    Committer("Chris Marrin", "cmarrin@apple.com"),
    7475    Committer("Chris Petersen", "cpetersen@apple.com"),
     
    133134    Committer("Trey Matteson", "trey@usa.net"),
    134135    Committer("Tristan O'Tierney", ["tristan@otierney.net", "tristan@apple.com"]),
     136    Committer("Victor Wong", "victorw@chromium.org"),
    135137    Committer("William Siegrist", "wsiegrist@apple.com"),
    136138    Committer("Yael Aharon", "yael.aharon@nokia.com"),
     
    139141    Committer("Yongjun Zhang", "yongjun.zhang@nokia.com"),
    140142    Committer("Yury Semikhatsky", "yurys@chromium.org"),
     143    Committer("Zoltan Herczeg", "zherczeg@webkit.org"),
    141144    Committer("Zoltan Horvath", "zoltan@webkit.org"),
    142145]
     
    199202    Reviewer("Shinichiro Hamaji", "hamaji@chromium.org"),
    200203    Reviewer("Simon Fraser", "simon.fraser@apple.com"),
    201     Reviewer("Simon Hausmann", ["hausmann@webkit.org", "hausmann@kde.org"]),
     204    Reviewer("Simon Hausmann", ["hausmann@webkit.org", "hausmann@kde.org", "simon.hausmann@nokia.com"]),
    202205    Reviewer("Stephanie Lewis", "slewis@apple.com"),
    203206    Reviewer("Steve Falkenburg", "sfalken@apple.com"),
Note: See TracChangeset for help on using the changeset viewer.