From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.68.91.202] (helo=xora.org.uk) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1JZ2XD-00006I-MM for openembedded-devel@lists.openembedded.org; Tue, 11 Mar 2008 12:20:49 +0100 Received: from cimmeria ([::ffff:78.86.128.56]) (AUTH: LOGIN dp, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by xora.org.uk with esmtp; Tue, 11 Mar 2008 11:18:46 +0000 id 00030435.47D66A96.0000384E Date: Tue, 11 Mar 2008 11:19:02 +0000 From: Graeme Gregory To: openembedded-devel@lists.openembedded.org Message-ID: <20080311111902.2b8adecb@cimmeria> In-Reply-To: <1205232821.4521.25.camel@dax.rpnet.com> References: <200803110807.11368.zecke@selfish.org> <1205232821.4521.25.camel@dax.rpnet.com> X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 X-SA-Exim-Connect-IP: 80.68.91.202 X-SA-Exim-Mail-From: dp@xora.org.uk X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on serenity X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.3 X-SA-Exim-Version: 4.2.1 (built Tue, 21 Aug 2007 23:39:36 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: Reconsidering the work flow and how the SCM system fits in X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 11:20:50 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 11 Mar 2008 10:53:41 +0000 Richard Purdie wrote: > My concern with git is how we'll run the server. OH has been thinking > about using git but the server setup is tricky for "push" access which > is the model OE would use. The two choices seem to be ssh or webdav > and the latter isn't something I've found time to look into setting > up but people keep telling me its possible. > There is somewhere a method of running git using ssh auth, but without granting shell access. Im sure some searching would turn it up. But basically this mode is no different than the mtn setup we use already. Just a different source of private key. Graeme