[Buildbot] #3624: [Nine] Doc inconsistency re: c['status'] config parameter

Buildbot trac trac at buildbot.net
Wed Oct 12 19:47:20 UTC 2016


#3624: [Nine] Doc inconsistency re: c['status'] config parameter
------------------------+-----------------------
Reporter:  diegomarcov  |      Owner:
    Type:  defect       |     Status:  new
Priority:  major        |  Milestone:  undecided
 Version:  0.9.0        |   Keywords:  docs
------------------------+-----------------------
 Hi guys, thank you for the Nine project, this is getting awesome!

 I'm porting my configuration to Nine, and I stumbled upon some problems
 when trying to port my `HttpPushStatus` service.

 While reading the docs, I found the following inconsistency:

 In http://docs.buildbot.net/latest/full.html#when-workers-go-missing
 there's an example that shows:

 {{{
 from buildbot.plugins import status

 # if jsmith commits a change, mail for the build is sent to
 jsmith at example.org
 notifier = status.MailNotifier(fromaddr="buildbot at example.org",
                                sendToInterestedUsers=True,
                                lookup="example.org")
 c['status'].append(notifier)
 }}}

 Several other examples are found along that same page that use the
 `c['status']` configuration parameter.

 However, [http://docs.buildbot.net/latest/full.html#status-reporters
 another section of the same doc] clearly says:

 `The whole c['status'] configuration parameter is gone.`

 Further reading suggests that indeed the `c['status']` parameter is gone,
 but I think it'd be good to address this inconsistencies. I haven't yet
 found a way to port my `HttpPushStatus` service to Nine, because even the
 examples found in the docs are causing troubles on my config.

 Thanks!

--
Ticket URL: <http://trac.buildbot.net/ticket/3624>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list