Changeset 3343

Show
Ignore:
Timestamp:
03/11/08 06:39:57 (9 months ago)
Author:
etienne
Message:

Add a few links to the buildbot server

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tracbuildbotintegration/trunk/tracbb/templates/tracbb_builder.cs

    r3341 r3343  
    11<?cs include "tracbb_header.cs"?> 
    22<div id="content"> 
    3 <h1><?cs var:bb.builder ?> Status Page</h1> 
     3<h1><a href="<?cs var:buildbot.url?>/builders/<?cs var:bb.builder?>"><?cs var:bb.builder ?></a> Status Page</h1> 
    44<h2>Builders</h2> 
    55<?cs each:build = bb.builds ?> 
  • tracbuildbotintegration/trunk/tracbb/templates/tracbb_header.cs

    r3341 r3343  
    33        <ul> 
    44        <li><a href="<?cs var:buildbot.url?>">Buildbot Server</a></li> 
     5        <li><a href="<?cs var:buildbot.url?>/waterfall">Waterfall display</a></li> 
     6        <li><a href="<?cs var:buildbot.url?>/one_box_per_builder">Latest Build</a></li> 
    57        </ul> 
    68</div>