Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Side by Side Diff: third_party/buildbot_7_12/buildbot/status/web/index.html

Issue 12207158: Bye bye buildbot 0.7.12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or g/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5 <title>Welcome to the Buildbot</title>
6 </head>
7
8 <body>
9 <h1>Welcome to the Buildbot!</h1>
10
11 <ul>
12 <li>the <a href="grid">Grid Display</a> will give you a
13 developer-oriented summary of recent buildbot activity.</li>
14
15 <li>the <a href="tgrid">Transposed Grid Display</a> presents
16 the same information as the grid, but lists the revisions down the side.</li>
17
18 <li>the <a href="waterfall">Waterfall Display</a> will give you a
19 time-oriented summary of recent buildbot activity.</li>
20
21 <li>The <a href="one_box_per_builder">Latest Build</a> for each builder is
22 here.</li>
23
24 <li><a href="one_line_per_build">Recent Builds</a> are summarized here, one
25 per line.</li>
26
27 <li><a href="buildslaves">Buildslave</a> information</li>
28 <li><a href="changes">ChangeSource</a> information.</li>
29
30 <br />
31 <li><a href="about">About this Buildbot</a></li>
32 </ul>
33
34
35 </body> </html>
OLDNEW
« no previous file with comments | « third_party/buildbot_7_12/buildbot/status/web/grid.py ('k') | third_party/buildbot_7_12/buildbot/status/web/logs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698