[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r245: Add reference to buildbot wiki docs to buildbot home page.

Jeff Licquia licquia at linuxfoundation.org
Thu May 3 21:14:21 UTC 2012


------------------------------------------------------------
revno: 245
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Thu 2012-05-03 17:14:21 -0400
message:
  Add reference to buildbot wiki docs to buildbot home page.
added:
  templates/
  templates/root.html
-------------- next part --------------
=== added directory 'templates'
=== added file 'templates/root.html'
--- a/templates/root.html	1970-01-01 00:00:00 +0000
+++ b/templates/root.html	2012-05-03 21:14:21 +0000
@@ -0,0 +1,62 @@
+{% extends 'layout.html' %}
+{% import 'forms.html' as forms %}
+
+{% block content %}
+
+<h1>Welcome to the Buildbot
+{%- if title -%}
+  &nbsp;for the&nbsp;
+  {%- if title_url -%}
+    <a href="{{ title_url }}">{{ title }}</a>
+  {%- else -%}
+    {{ title }}
+  {%- endif -%}
+&nbsp;project
+{%- endif -%}
+!
+</h1>
+
+<div class="column">
+
+<ul>
+  {% set item_class=cycler('alt', '') %}
+  
+  <li class="{{ item_class.next() }}">The <a href="waterfall">Waterfall Display</a> will give you a
+  time-oriented summary of recent buildbot activity. <a href="waterfall/help">Waterfall Help.</a></li>
+
+  <li class="{{ item_class.next() }}">The <a href="grid">Grid Display</a> will give you a
+  developer-oriented summary of recent buildbot activity.</li>
+
+  <li class="{{ item_class.next() }}">The <a href="tgrid">Transposed Grid Display</a> presents
+  the same information as the grid, but lists the revisions down the side.</li>
+
+  <li class="{{ item_class.next() }}">The <a href="console">Console</a> presents 
+  a user-oriented status page.</li>
+
+  <li class="{{ item_class.next() }}">The <a href="builders">Builders</a> and their most recent builds are
+  here.</li>
+
+  <li class="{{ item_class.next() }}"><a href="one_line_per_build">Recent Builds</a> are summarized here, one
+  per line.</li>
+
+  <li class="{{ item_class.next() }}"><a href="buildslaves">Buildslave</a> information</li>
+  <li class="{{ item_class.next() }}"><a href="changes">Changesource</a> information.</li>
+
+  <li class="{{ item_class.next() }}"><a href="about">About</a> this Buildbot</li>
+</ul>
+
+{%- if authz.advertiseAction('cleanShutdown') -%}
+{%- if shutting_down -%}
+Master is shutting down<br/>
+{{ forms.cancel_clean_shutdown(cancel_shutdown_url, authz) }}
+{%- else -%}
+{{ forms.clean_shutdown(shutdown_url, authz) }}
+{%- endif -%}
+{%- endif -%}
+
+<p>Documentation for this buildbot can be found 
+<a href="https://wiki.linuxfoundation.org/en/Buildbot">on the wiki</a>.</p>
+
+</div>
+
+{% endblock %}



More information about the lsb-messages mailing list