← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/launchpad/community-contributions-updates into lp:launchpad/devel

 

William Grant has proposed merging lp:~wgrant/launchpad/community-contributions-updates into lp:launchpad/devel.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)


Just some updates to community-contributions.py to reflect new Launchpad developers and contributors.
-- 
https://code.launchpad.net/~wgrant/launchpad/community-contributions-updates/+merge/38637
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/community-contributions-updates into lp:launchpad/devel.
=== modified file 'utilities/community-contributions.py'
--- utilities/community-contributions.py	2010-06-25 13:19:51 +0000
+++ utilities/community-contributions.py	2010-10-17 01:39:42 +0000
@@ -106,6 +106,7 @@
                               u'Abel Deuring',
                               u'Andrew Bennetts',
                               u'Barry Warsaw',
+                              u'Benji York',
                               u'Bjorn Tillenius',
                               u'Björn Tillenius',
                               u'Brad Bollenbach',
@@ -122,6 +123,7 @@
                               u'Curtis Hovey',
                               u'Dafydd Harries',
                               u'Danilo Å egan',
+                              u'Danilo Segan',
                               u'david <david {_AT_} marvin>',
                               u'Данило Шеган',
                               u'данило шеган',
@@ -140,11 +142,15 @@
                               u'Guilherme Salgado',
                               u'Henning Eggers',
                               u'Herb McNew',
+                              u'Ian Booth',
                               u'James Henstridge',
+                              u'j.c.sackett',
+                              u'jc',
                               u'Jelmer Vernooij',
                               u'Jeroen Vermeulen',
                               u'Jeroen T. Vermeulen',
                               u'Joey Stanford',
+                              u'Jon Sackett',
                               u'Jonathan Lange',
                               u'jml {_AT_} canonical.com',
                               u'jml {_AT_} mumak.net',
@@ -175,6 +181,7 @@
                               u'Patch Queue Manager',
                               u'Paul Hummer',
                               u'Robert Collins',
+                              u'root <root {_AT_} ubuntu>',
                               u'Stuart Bishop',
                               u'Steve Alexander',
                               u'Steve Kowalik',
@@ -215,8 +222,8 @@
                               u'Michael Casadevall',
                               u'Michael Vogt',
                               u'Sidnei da Silva',
-                              u'Steve Kowalik',
                               u'Dustin Kirkland',
+                              u'John Arbash Meinel',
                               )]
 
 # Some people have made commits using various names and/or email
@@ -248,18 +255,28 @@
      u'Adam Conrad <adconrad {_AT_} 0c3.net>'),
     (u'Adam Conrad <adconrad {_AT_} cthulhu>',
      u'Adam Conrad <adconrad {_AT_} 0c3.net>'),
-    (u'James Westby <james.westby@xxxxxxxxxx>',
-     u'James Westby <james.westby@xxxxxxxxxxxxx'),
-    (u'Bryce Harrington <bryce@xxxxxxxxxxxxx>',
-     u'Bryce Harrington <bryce.harrington@xxxxxxxxxxxxx>'),
-    (u'Dustin Kirkland <kirkland@x200>',
-     u'Dustin Kirkland <kirkland@xxxxxxxxxxxxx>'),
-    (u'Anthony Lenton <antoniolenton@xxxxxxxxx>',
-     u'Anthony Lenton <anthony.lenton@xxxxxxxxxxxxx>'),
-    (u'Steve Kowalik <steven@quelled>',
-     u'Steve Kowalik <steve.kowalik@xxxxxxxxxxxxx>'),
-    (u'Steve Kowalik <stevenk@xxxxxxxxxx>',
-     u'Steve Kowalik <steve.kowalik@xxxxxxxxxxxxx>'),
+    (u'James Westby <james.westby {_AT_} linaro.org>',
+     u'James Westby <james.westby {_AT_} canonical.com'),
+    (u'Bryce Harrington <bryce {_AT_} canonical.com>',
+     u'Bryce Harrington <bryce.harrington {_AT_} canonical.com>'),
+    (u'Dustin Kirkland <kirkland {_AT_} x200>',
+     u'Dustin Kirkland <kirkland {_AT_} canonical.com>'),
+    (u'Anthony Lenton <antoniolenton {_AT_} gmail.com>',
+     u'Anthony Lenton <anthony.lenton {_AT_} canonical.com>'),
+    (u'Steve Kowalik <steven {_AT_} quelled>',
+     u'Steve Kowalik <steve.kowalik {_AT_} canonical.com>'),
+    (u'Steve Kowalik <stevenk {_AT_} ubuntu.com>',
+     u'Steve Kowalik <steve.kowalik {_AT_} canonical.com>'),
+    (u'jc <jc {_AT_} launchpad>',
+     u'j.c.sackett <jonathan.sackett {_AT_} canonical.com>'),
+    (u'Jon Sackett <jc {_AT_} jabberwocky>',
+     u'j.c.sackett <jonathan.sackett {_AT_} canonical.com>'),
+    (u'John Arbash Meinel <jameinel {_AT_} falco-lucid>',
+     u'John Arbash Meinel <john {_AT_} arbash-meinel.com>'),
+    (u'Martin Pool <mbp {_AT_} sourcefrog.net>',
+     u'Martin Pool <mbp {_AT_} canonical.com>'),
+    (u'Andrea Corbellini <corbellini.andrea {_AT_} gmail.com>',
+     u'Andrea Corbellini <andrea.corbellini {_AT_} beeseek.org>'),
     )
 # Then put it in dictionary form with the correct encodings.
 merge_names_map = dict((wiki_encode(a), wiki_encode(b))