Skip to content

Commit

Permalink
Update SourceStamp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Oct 15, 2009
1 parent 5cd289b commit 29c61a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/buildbot.texinfo
Expand Up @@ -1753,11 +1753,13 @@ SourceStamp, which will result in same behavior as this.
This builds the most recent code on the given BRANCH. Again, this is
generally triggered by a user request or Periodic build.

@item (revision=REV, changes=None, patch=(LEVEL, DIFF))
@item (revision=REV, changes=None, patch=(LEVEL, DIFF, SUBDIR_ROOT))
This checks out the tree at the given revision REV, then applies a
patch (using @code{patch -pLEVEL <DIFF}). The @ref{try} feature uses
this kind of @code{SourceStamp}. If @code{patch} is None, the patching
step is bypassed.
patch (using @code{patch -pLEVEL <DIFF}) from inside the relative
directory SUBDIR_ROOT. Item SUBDIR_ROOT is optional and defaults to the
builder working directory. The @ref{try} feature uses this kind of
@code{SourceStamp}. If @code{patch} is None, the patching step is
bypassed.

@end table

Expand Down

0 comments on commit 29c61a5

Please sign in to comment.