Title: [103126] trunk/Tools
Revision
103126
Author
d...@apple.com
Date
2011-12-16 16:07:23 -0800 (Fri, 16 Dec 2011)

Log Message

Move webkit-bug-importer to Contributor. It won't
autocomplete as an Account.
See https://bugs.webkit.org/show_bug.cgi?id=74739
for some discussion.

Unreviewed.

* Scripts/webkitpy/common/config/committers.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (103125 => 103126)


--- trunk/Tools/ChangeLog	2011-12-17 00:01:22 UTC (rev 103125)
+++ trunk/Tools/ChangeLog	2011-12-17 00:07:23 UTC (rev 103126)
@@ -1,5 +1,16 @@
 2011-12-16  Dean Jackson  <d...@apple.com>
 
+        Move webkit-bug-importer to Contributor. It won't
+        autocomplete as an Account.
+        See https://bugs.webkit.org/show_bug.cgi?id=74739
+        for some discussion.
+
+        Unreviewed.
+
+        * Scripts/webkitpy/common/config/committers.py:
+
+2011-12-16  Dean Jackson  <d...@apple.com>
+
         Add webkit-bug-impor...@group.apple.com to accounts
         so that it autocompletes in bugzilla.
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (103125 => 103126)


--- trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-12-17 00:01:22 UTC (rev 103125)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py	2011-12-17 00:07:23 UTC (rev 103126)
@@ -96,11 +96,10 @@
     Account("Chromium Compositor Bugs", ["cc-b...@google.com"], ""),
     Account("David Levin", ["levin+thread...@chromium.org"], ""),
     Account("David Levin", ["levin+watchl...@chromium.org"], ""),
-    Account("Radar WebKit Bug Importer", ["webkit-bug-impor...@group.apple.com"], "radar"),
 ]
 
 
-# This is a list of people who are neither committers nor reviewers, but get
+# This is a list of people (or bots) who are neither committers nor reviewers, but get
 # frequently CC'ed by others on Bugzilla bugs, so their names should be
 # supported by autocomplete. No review needed to add to the list.
 
@@ -138,6 +137,7 @@
     Contributor("Oliver Varga", ["voli...@inf.u-szeged.hu", "varga.oli...@stud.u-szeged.hu"], "TwistO"),
     Contributor("Peter Gal", "galpe...@inf.u-szeged.hu", "elecro"),
     Contributor("Peter Linss", "peter.li...@hp.com", "plinss"),
+    Contributor("Radar WebKit Bug Importer", ["webkit-bug-impor...@group.apple.com"], "radar"),
     Contributor("Shawn Singh", "shawnsi...@chromium.org", "shawnsingh"),
     Contributor("Tab Atkins", ["tabatk...@google.com", "jackalm...@gmail.com"], "tabatkins"),
     Contributor("Tamas Czene", ["tcz...@inf.u-szeged.hu", "czene.ta...@stud.u-szeged.hu"], "tczene"),
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to