From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8258 invoked by alias); 19 Sep 2007 02:55:33 -0000 Received: (qmail 8250 invoked by uid 22791); 19 Sep 2007 02:55:32 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Sep 2007 02:55:28 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l8J2tPiw026479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Sep 2007 22:55:25 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8J2tP8M021132; Tue, 18 Sep 2007 22:55:25 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l8J2tOva004702; Tue, 18 Sep 2007 22:55:24 -0400 Received: from ton.toronto.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A1CF08001FF; Tue, 18 Sep 2007 22:55:24 -0400 (EDT) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id l8J2tOUx025856; Tue, 18 Sep 2007 22:55:24 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id l8J2tOWM025855; Tue, 18 Sep 2007 22:55:24 -0400 Date: Wed, 19 Sep 2007 02:55:00 -0000 From: "Frank Ch. Eigler" To: Jim Meyering Cc: overseers@sourceware.org Subject: Re: a sourceware git server? Message-ID: <20070919025524.GD8765@redhat.com> References: <87k5qn7adj.fsf@rho.meyering.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k5qn7adj.fsf@rho.meyering.net> User-Agent: Mutt/1.4.1i Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00095.txt.bz2 Hi - On a trial basis, I set up: - a git-daemon instance (using xinetd.d), listening on port 9418, enabling read-only git://sources.redhat.com/FOO - permission for the restricted shell to use git* tools, to enable read/write ssh+git://sources.redhat.com/FOO - two blank directories /git/dm.git and /git/lvm2.git, as two candidate FOO's, populate at will - git and cvsps tools under /usr/local/bin, so git-cvsimport works - no gitweb access yet (probably soon) Please let me know if this is enough and works for you. - FChE