[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ojan at chromium.org ojan at chromium.org
Wed Dec 22 12:34:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e7237d5806c7cc62aee3099e1a8f449ec5aadfae
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 25 17:35:24 2010 +0000

    2010-08-25  Ojan Vafai  <ojan at chromium.org>
    
            Fix order of Timothy's email address. The script, and
            other tools all assume that the first email is the bugzilla address.
    
            * Scripts/webkitpy/common/config/committers.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66022 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6b78f8f..ea67c06 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-25  Ojan Vafai  <ojan at chromium.org>
+
+        Fix order of Timothy's email address. The script, and
+        other tools all assume that the first email is the bugzilla address.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
 2010-08-24  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebKitTools/Scripts/webkitpy/common/config/committers.py b/WebKitTools/Scripts/webkitpy/common/config/committers.py
index 18ad0ba..5110db1 100644
--- a/WebKitTools/Scripts/webkitpy/common/config/committers.py
+++ b/WebKitTools/Scripts/webkitpy/common/config/committers.py
@@ -260,7 +260,7 @@ reviewers_list = [
     Reviewer("Steve Block", "steveblock at google.com", "steveblock"),
     Reviewer("Steve Falkenburg", "sfalken at apple.com", "sfalken"),
     Reviewer("Tim Omernick", "timo at apple.com"),
-    Reviewer("Timothy Hatcher", ["timothy at hatcher.name", "timothy at apple.com"], "xenon"),
+    Reviewer("Timothy Hatcher", ["timothy at apple.com", "timothy at hatcher.name"], "xenon"),
     Reviewer("Tony Chang", "tony at chromium.org", "tony^work"),
     Reviewer(u"Tor Arne Vestb\u00f8", ["vestbo at webkit.org", "tor.arne.vestbo at nokia.com"], "torarne"),
     Reviewer("Vicki Murley", "vicki at apple.com"),

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list