Ticket #2130 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

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

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

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

fix up docs for PBChangeSource passwd parameter - fixes #2130

Changeset: 0ee4fe21f494caf8236941f6c964fada086801ce

Note: See TracTickets for help on using tickets.