Skip to content

Commit

Permalink
fix docs for createAbsoluteSourceStamps scheduler parameter
Browse files Browse the repository at this point in the history
* this is not a common parameter (applicable only for
  SingleBranchScheduler and Nigthly schedulers)
* for simplicity just copy the docs to two places
  • Loading branch information
Mikhail Sobolev committed Feb 25, 2015
1 parent 06accf9 commit d56a501
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions master/docs/manual/cfg-schedulers.rst
Expand Up @@ -92,11 +92,6 @@ There are several common arguments for schedulers, although not all are availabl
``reason``
A string that will be used as the reason for the triggered build.

``createAbsoluteSourceStamps``
This option only has effect when using multiple codebases.
When ``True``, it uses the last seen revision for each codebase that does not have a change.
When ``False``, the default value, codebases without changes will use the revision from the ``codebases`` argument.

The remaining subsections represent a catalog of the available Scheduler types.
All these Schedulers are defined in modules under :mod:`buildbot.schedulers`, and the docstrings there are the best source of documentation on the arguments taken by each one.

Expand Down Expand Up @@ -221,7 +216,9 @@ The arguments to this scheduler are:
``reason``

``createAbsoluteSourceStamps``
See :ref:`Configuring-Schedulers`.
This option only has effect when using multiple codebases.
When ``True``, it uses the last seen revision for each codebase that does not have a change.
When ``False``, the default value, codebases without changes will use the revision from the ``codebases`` argument.

``treeStableTimer``
The scheduler will wait for this many seconds before starting the build.
Expand Down Expand Up @@ -427,7 +424,10 @@ The full list of parameters is:
``codebases``

``createAbsoluteSourceStamps``
See :ref:`Configuring-Schedulers`.
This option only has effect when using multiple codebases.
When ``True``, it uses the last seen revision for each codebase that does not have a change.
When ``False``, the default value, codebases without changes will use the revision from the ``codebases`` argument.

Note that ``fileIsImportant``, ``change_filter`` and ``createAbsoluteSourceStamps`` are only relevant if ``onlyIfChanged`` is ``True``.

``onlyIfChanged``
Expand Down

0 comments on commit d56a501

Please sign in to comment.