From patchwork Thu Jan 28 17:36:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 574815 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 68282140BA0; Fri, 29 Jan 2016 04:36:53 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1aOqUy-00065p-1q; Thu, 28 Jan 2016 17:36:48 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1aOqUt-00065j-Bf for kernel-team@lists.ubuntu.com; Thu, 28 Jan 2016 17:36:43 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1aOqUs-0001mw-VJ; Thu, 28 Jan 2016 17:36:43 +0000 Received: from kamal by fourier with local (Exim 4.82) (envelope-from ) id 1aOqUq-00041o-3y; Thu, 28 Jan 2016 09:36:40 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [kteam-tools] maintscripts/doc/example-kteam.rc: remove inactive / add new people Date: Thu, 28 Jan 2016 09:36:34 -0800 Message-Id: <1454002594-15449-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.9.1 Cc: Kamal Mostafa X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Kamal Mostafa --- maintscripts/doc/example-kteam.rc | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/maintscripts/doc/example-kteam.rc b/maintscripts/doc/example-kteam.rc index 6b7c4ce..068a323 100644 --- a/maintscripts/doc/example-kteam.rc +++ b/maintscripts/doc/example-kteam.rc @@ -1,34 +1,25 @@ { - "name" : "Brad Figg", - "email-address" : "Brad Figg ", + "name" : "YOUR NAME", + "email-address" : "YOUR NAME ", "irc-aliases" : { "bjf" : "Brad Figg ", "smb" : "Stefan Bader ", - "sconklin" : "Steve Conklin ", "apw" : "Andy Whitcroft ", "rtg" : "Tim Gardner ", - "amitk" : "Amit Kucheria ", "manjo" : "Manoj Iyer ", "jj" : "John Johansen ", "ogasawara" : "Leann Ogasawara ", - "jfo" : "Jeremy Foshee ", - "mpoirier" : "Mathieu Poirier ", - "lag" : "Lee Jones ", "cking" : "Colin King ", "ikepanhc" : "Ike Panhc ", - "cooloney" : "Bryan Wu ", "lexical" : "Keng-Yu Lin ", - "ericm" : "Eric Miao ", "acelan" : "Chia-Lin Kao ", - "jk" : "Jeremy Kerr ", - "cnd" : "Chase Douglas ", "kamal" : "Kamal Mostafa ", - "vanhoof" : "Chris Van Hoof ", "diwic" : "David Henningsson ", - "hughhalf" : "Hugh Blemings ", "pgraner" : "Pete Graner ", "sforshee" : "Seth Forshee ", "ppisati" : "Paolo Pisati ", - "herton" : "Herton Krzesinski " + "henrix" : "Luis Henriques ", + "jsalisbury" : "Joseph Salisbury ", + "arges" : "Chris J Arges " } }