Ticket #2130 (closed defect: fixed)
PBChangesource passwd code example is wrong
| Reported by: | joshua.clayton | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | master | Keywords: | manual PBChangesource |
| Cc: |
Description
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:
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.
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
fix up docs for PBChangeSource passwd parameter - fixes #2130