#2130: PBChangesource passwd code example is wrong
---------------------------+-----------------------------------
Reporter:  joshua.clayton  |      Owner:
    Type:  defect          |     Status:  new
Priority:  major           |  Milestone:  undecided
 Version:  master          |   Keywords:  manual PBChangesource
---------------------------+-----------------------------------
 In at least the 0.8.5 and latest buildbot manual,
 Change source, PBChangesoure section
 http://buildbot.net/buildbot/docs/0.8.5/manual/cfg-changesources.html
 #chsrc-PBChangeSource
 there is a code example that reads:

 {{{
 #!python
 from buildbot.changes import pb
 c['changes'] = pb.PBChangeSource(port=9999, user='laura', password='fpga')
 }}}

 "password" should be "passwd"

 Also (though less important) the whole section would be less confusing if
 passwd had its own very short entry instead of being listed as 'user and
 passwd', which makes it look like they are one kw. It was this confusion
 that led me to copy the code example in the first place.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2130>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to