summaryrefslogtreecommitdiffstats
path: root/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
blob: 88f2e10e6cf8efdd83761d1831c0202dbdf2da87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<title>Welcome to the Buildbot</title>
</head>

<body>
<h1>Welcome to the Buildbot!</h1>

<ul>
  <li><a href="console?category=core">Core Console</a></li>
  <li><a href="waterfall?category=core">Core Waterfall</a></li>
  <li><a href="console">Console</a></li>
  <li><a href="waterfall">Waterfall Display</a> will give you a time-oriented summary of recent buildbot activity.</li>
  <li><a href="one_box_per_builder">Latest Build</a> for each builder is here.</li>
  <li><a href="one_line_per_build">Recent Builds</a> are summarized here, one per line.</li>
  <li><a href="buildslaves">Buildslave</a> information</li>
  <li><a href="http://webkit-commit-queue.appspot.com/">Commit Queue Status</a> information.</li>
  <li><a href="changes">ChangeSource</a> information.</li>
  <li><a href="results">Test Results</a></li>
  <li><a href="LeaksViewer">Leaks Viewer</a></li>
</ul>
</body> </html>