Ticket #2346 (closed undecided: fixed)
FixedParameter documentation
| Reported by: | dfroger | Owned by: | |
|---|---|---|---|
| Priority: | patches-accepted | Milestone: | undecided |
| Version: | 0.8.6p1 | Keywords: | documentation, FixedParameter |
| Cc: |
Description
looks like documentation must be update here:
http://buildbot.net/buildbot/docs/current/manual/cfg-schedulers.html#fixedparameter
It should not be:
branch = FixedParameter(default="trunk")
which give me the error:
$ buildbot checkconfig master.cfg Configuration Errors: error while parsing config file: __init__() takes at least 2 non-keyword arguments (1 given) (traceback in logfile)
but:
branch = FixedParameter(name="branch",default="trunk")
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Fix FixedParameter? example.
Fixes #2346.