#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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to