gitified
Martin Hunt
hunt@redhat.com
Tue Apr 1 18:30:00 GMT 2008
On Tue, 2008-04-01 at 13:22 -0500, David Smith wrote:
> Frank Ch. Eigler wrote:
> > Hi -
> >
> > As of this morning, we're using git as the primary source control
> > system for systemtap. Bits other than /src (/htdocs, ...) remain
> > under CVS control for now. Here are some hints for the simplest
> > developer usage:
> >
> > # to start
> > % git clone ssh://sources.redhat.com/git/systemtap.git
>
> Any ideas on how to do anonymous checkouts? (I've got a script that
> does nightly rpm builds that does an anonymous checkout.)
how about
git clone git://sources.redhat.com/git/systemtap.git OR
git clone http://sources.redhat.com/git/systemtap.git
More information about the Systemtap
mailing list