{% extends 'layout.html' %} {% import 'forms.html' as forms %} {% block content %}
Welcome to the Buildbot {%- if title -%}  for the {{ title }} project {%- endif -%} ...
Build Views: These views will allow you to examine the state of recent buildbot activity.
The Waterfall Display will give you a time-oriented summary of recent buildbot activity. master stable tools-master nightly
The Console Display will give you a revision-oriented summary of recent buildbot activity. master stable tools-master nightly
The Grid Display will give you a developer-oriented summary of recent buildbot activity. master stable tools-master nightly
The Transposed Grid Display presents the same information as the grid, but lists the revisions down the side. master stable tools-master nightly
The Latest Build information for each build target is here.
The Recent Builds are summarized here, one per line.
Other Links.
Download the latest Untested Builds for platforms built by this buildbot.
Information on the Build Slaves managed by this buildbot.
Information on the Sourcecode Repositories being monitored by this buildbot.
Information on how we Have Configured buildbot.
{%- if authz.advertiseAction('cleanShutdown') -%} {%- if shutting_down -%} Master is shutting down
{{ forms.cancel_clean_shutdown(cancel_shutdown_url, authz) }} {%- else -%} {{ forms.clean_shutdown(shutdown_url, authz) }} {%- endif -%} {%- endif -%} {% endblock %}