Ticket #2346 (closed undecided: fixed)

Opened 9 months ago

Last modified 8 months ago

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

comment:1 Changed 9 months ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

Fix FixedParameter? example.

Fixes #2346.

Changeset: 2c023eb791ff1b2b215f1216c3758bda0f679ef1

comment:2 Changed 9 months ago by Dustin J. Mitchell

Fix FixedParameter? example.

Fixes #2346.

Changeset: 2c023eb791ff1b2b215f1216c3758bda0f679ef1

comment:3 Changed 8 months ago by Dustin J. Mitchell

Fix FixedParameter? example.

Fixes #2346.

Changeset: 2c023eb791ff1b2b215f1216c3758bda0f679ef1

Note: See TracTickets for help on using tickets.