From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DuRq6-0007eJ-Id for mharc-grub-devel@gnu.org; Mon, 18 Jul 2005 05:23:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DuRpk-0007Ue-R1 for grub-devel@gnu.org; Mon, 18 Jul 2005 05:22:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DuRpe-0007QD-VT for grub-devel@gnu.org; Mon, 18 Jul 2005 05:22:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DuRpe-0007Gp-Kd for grub-devel@gnu.org; Mon, 18 Jul 2005 05:22:38 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DuRkc-0000Zl-5P for grub-devel@gnu.org; Mon, 18 Jul 2005 05:17:26 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 6037F11F754A2 for ; Mon, 18 Jul 2005 11:08:11 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 18 Jul 05 09:08:11 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 18 Jul 2005 11:07:44 +0200 User-Agent: KMail/1.7.2 References: <000001c58b17$f2846a00$6401a8c0@who7> In-Reply-To: <000001c58b17$f2846a00$6401a8c0@who7> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507181107.44992.okuji@enbug.org> Subject: Re: release planning X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 09:22:48 -0000 Hi Gregg, On Sunday 17 July 2005 23:39, Gregg C Levine wrote: > Well for one thing, for the CVS commands, I am used to seeing the > login sequence first. That page presupposes that I have my SSH key > registered with the servers for the sake of thinking that I might be a > member of the developers group. I'm not at the moment. The Savannah > pages even contained things that way for the most part. No, it does not presume that you register your SSH key. The CVS configuration in Savannah uses CVS over SSH even for anonymous. Try it. It should work, regardless of your key. Okuji