This is the mail archive of the
overseers@sourceware.org
mailing list for the Sourceware project.
Re: a sourceware git server?
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Jim Meyering <meyering at redhat dot com>
- Cc: overseers at sourceware dot org
- Date: Tue, 18 Sep 2007 22:55:24 -0400
- Subject: Re: a sourceware git server?
- References: <87k5qn7adj.fsf@rho.meyering.net>
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