This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gitified


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]