[Buildbot-devel] How to get buildbot to read custom css

Stephen Davis subversion at soundgeek.org
Tue Jan 2 09:39:00 UTC 2007


On Dec 28, 2006, at 7:53 AM, Robert Mecklenburg wrote:

> I'm a newbie to buildbot and style sheets, so please forgive the
> elementary questions.
>
> 1. How do I get buildbot to read my style sheet rather than its own? I
>    tried creating a buildbot.css and placing it in various places
>    around the master account directory tree (e.g., $HOME, directory of
>    the buildbot executable, directory of the classic.css, etc.) but it
>    never seemed to find my css file.

I have this in my master.cfg.  The buildbot.css file sits next to the  
master.cfg file.

status.append( html.Waterfall( http_port="tcp: 
8080:interface=127.0.0.1", css=os.path.join( basedir,  
"buildbot.css" ) ) )

hth,
stephen







More information about the devel mailing list