Skip to content

Instantly share code, notes, and snippets.

@Jc2k
Jc2k / gist:1345508
Created November 7, 2011 16:56
Override the WebStatus to only
from buildbot.status.web.waterfall import WaterfallStatusResource
from buildbot.status.web.baseweb import WebStatus
class MyWebStatus(WebStatus):
def setupUsualPages(self, numbuilds, num_events, num_events_max):
self.setupUsualPages(numbuilds, num_events, num_events_max)
self.putChild("waterfall", WaterfallStatusResource(