summaryrefslogtreecommitdiffstats
path: root/WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-29 17:32:26 +0100
committerSteve Block <steveblock@google.com>2010-09-29 17:35:08 +0100
commit68513a70bcd92384395513322f1b801e7bf9c729 (patch)
tree161b50f75a5921d61731bb25e730005994fcec85 /WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
parentfd5c6425ce58eb75211be7718d5dee960842a37e (diff)
downloadexternal_webkit-68513a70bcd92384395513322f1b801e7bf9c729.zip
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.gz
external_webkit-68513a70bcd92384395513322f1b801e7bf9c729.tar.bz2
Merge WebKit at r67908: Initial merge by Git
Change-Id: I43a553e7b3299b28cb6ee8aa035ed70fe342b972
Diffstat (limited to 'WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html')
-rwxr-xr-xWebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
new file mode 100755
index 0000000..c6d2343
--- /dev/null
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
@@ -0,0 +1,24 @@
+<!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>
+</ul>
+</body> </html>
+