[Buildbot-commits] [Buildbot] #2346: FixedParameter documentation
Buildbot
nobody at buildbot.net
Mon Aug 13 08:47:57 UTC 2012
#2346: FixedParameter documentation
----------------------+-------------------------------------------
Reporter: dfroger | Owner:
Type: undecided | Status: new
Priority: trivial | Milestone: undecided
Version: 0.8.6p1 | Keywords: documentation, FixedParameter
----------------------+-------------------------------------------
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")
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2346>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list