[Buildbot-devel] Status of IStatusReceiver in 0.8.12?
Daniel Kauffman
daniel.kauffman at rocksolidsolutions.org
Sat Aug 8 21:18:30 UTC 2015
On 08/08/2015 01:01 PM, Daniel Kauffman wrote:
> The docs for 0.8.12 at
> http://docs.buildbot.net/0.8.12/manual/cfg-statustargets.html#configuration
> refer to:
>
> from buildbot.plugins import status
> c['status'].append(status.WebStatus(8080))
>
> But on buildbot start that configuration snippet raises an error.
Meanwhile this snippet from scripts/sample.cfg works:
import buildbot.status.html
c['status'].append(buildbot.status.html.WebStatus(http_port=8080))
It would probably be good to update the plugins module to not break
existing configurations when people upgrade in the 0.8.x series.
--
Daniel Kauffman
Lead Developer
Rock Solid Solutions, LLC
877.239.9195 toll-free
208.699.9699 mobile
To unsubscribe click: <http://email.rocksolidsolutions.org/u/eJwNzDkOwyAQAMDXmC4IY64tKKK8xLDrBAV5JY68PzRTDkZwQDqIEq19Oa-1k4cCtSu1GdU4fzvXgos5Ct9dcnuLTzSAeBB6siZrD3q_TsqnhRCSpxNRtJhmqZh4PJB-VFdWSx9ddp4t07UakjcNMeKmn3-7visQ>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20150808/e7a0b089/attachment.html>
More information about the devel
mailing list