[Buildbot-devel] console previous build status
Andy Howell
AndyHowell at austin.rr.com
Fri Aug 6 06:01:49 UTC 2010
On 08/01/2010 06:36 PM, Andy Howell wrote:
>
> Should I expect the 'ovals' for the previous builds to be colored in?
> Here is what I see:
> http://imagebin.ca/view/hsS64bH.html
> The top line updates the color to indicate the build status, but the previous builds do not.
>
I figured out how to make this work. The console display has to be setup to ordered by
time for CVS. In master.cfg:
c['status'].append(html.WebStatus(http_port=8010,
order_console_by_time=True,
authz=authz_cfg))
Regards,
Andy
More information about the devel
mailing list