[Buildbot-commits] buildbot/docs buildbot.texinfo,1.128,1.129
Brian Warner
warner at users.sourceforge.net
Sat Dec 8 20:25:13 UTC 2007
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15481/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ document the fact that our Git support is only for Git-1.2.0 or later]
Original author: warner at lothar.com
Date: 2007-12-08 20:24:34+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- buildbot.texinfo 22 Nov 2007 01:04:34 -0000 1.128
+++ buildbot.texinfo 8 Dec 2007 20:25:11 -0000 1.129
@@ -4205,15 +4205,18 @@
builder name. The default is "buildbot_%(slave)s_%(build)s".
@end table
+
@node Git, , P4, Source Checkout
@subsubsection Git
@cindex Git Checkout
@bsindex buildbot.steps.source.Git
-
The @code{Git} build step clones or updates a @uref{http://git.or.cz/,
-Git} repository and checks out the specified branch or revision.
+Git} repository and checks out the specified branch or revision. Note
+that the buildbot supports Git version 1.2.0 and later: earlier
+versions (such as the one shipped in Ubuntu 'Dapper') do not support
+the @command{git init} command that the buildbot uses.
The Git step takes the following arguments:
@@ -4228,6 +4231,7 @@
branch will be used.
@end table
+
@node ShellCommand, Simple ShellCommand Subclasses, Source Checkout, Build Steps
@subsection ShellCommand
More information about the Commits
mailing list