From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 795 invoked by alias); 27 Dec 2007 07:00:49 -0000 Received: (qmail 782 invoked by uid 22791); 27 Dec 2007 07:00:48 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Dec 2007 07:00:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 005082A9685; Thu, 27 Dec 2007 02:00:43 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zpFkqkrTSHru; Thu, 27 Dec 2007 02:00:42 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 78E4E2A967F; Thu, 27 Dec 2007 02:00:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 812B1E7ACA; Thu, 27 Dec 2007 11:00:34 +0400 (RET) Date: Thu, 27 Dec 2007 07:00:00 -0000 From: Joel Brobecker To: bjgnu@sunnorth.com.cn Cc: gdb@sourceware.org Subject: Re: Change email address of maintainer? Message-ID: <20071227070034.GV31301@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00181.txt.bz2 > Is it possible to change email address of maintainer recorded in > MAINTAINERS? How to do this? Yes. Just change the address and commit the change (remember to send us the patch that you checked in!). > If changing email address of maintainer, is there any problems such as > SVN checkout or commit? No. The authentication mechanism does not involve your email address, so there shouldn't be any problem. If you preserved your ssh key, all should be working as usual. -- Joel