diff options
Diffstat (limited to 'tools/buildbot/master/public_html')
-rw-r--r-- | tools/buildbot/master/public_html/buildbot.css | 68 | ||||
-rw-r--r-- | tools/buildbot/master/public_html/index.html | 53 | ||||
-rw-r--r-- | tools/buildbot/master/public_html/robots.txt | 9 |
3 files changed, 0 insertions, 130 deletions
diff --git a/tools/buildbot/master/public_html/buildbot.css b/tools/buildbot/master/public_html/buildbot.css deleted file mode 100644 index edf51f9..0000000 --- a/tools/buildbot/master/public_html/buildbot.css +++ /dev/null @@ -1,68 +0,0 @@ -/* Copied from buildbot.ethereal.com. Thanks! */ - -* { - font-family: verdana, arial, helvetica, sans-serif; - font-size: 12px; - font-weight: bold; -} - -a:link,a:visited,a:active { - color: #333; -} -a:hover { - color: #999; -} - -.table { - border-spacing: 2px; -} - -td.Project { - color: #000; - border: 1px solid #666666; - background-color: #fff; -} - -td.Event, td.Activity, td.Time, td.Builder { -/* color: #333333; */ - border: 1px solid #666666; - background-color: #eee; - font-weight: normal; -} - -td.Change { - color: #fff; - border: 1px solid #666666; - background-color: #aaf; -} - -/* LastBuild, BuildStep states */ -.success { - color: #FFFFFF; - border: 1px solid #666666; - background-color: #3b0; -} - -.failure { - color: #FFFFFF; - border: 1px solid #666666; - background-color: #d33; -} - -.warnings { - color: #FFFFFF; - border: 1px solid #666666; - background-color: #fa2; -} - -.exception, td.offline { - color: #FFFFFF; - border: 1px solid #666666; - background-color: #e0b0ff; -} - -.start,.running, td.building { - color: #555; - border: 1px solid #666666; - background-color: #fffc6c; -} diff --git a/tools/buildbot/master/public_html/index.html b/tools/buildbot/master/public_html/index.html deleted file mode 100644 index c2b419f..0000000 --- a/tools/buildbot/master/public_html/index.html +++ /dev/null @@ -1,53 +0,0 @@ -<!-- - - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - ---> - -<!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>the <a href="waterfall">Waterfall Display</a> will give you a - time-oriented summary of recent buildbot activity.</li> - - <li>the <a href="grid">Grid Display</a> will give you a - developer-oriented summary of recent buildbot activity.</li> - - <li>The <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="changes">ChangeSource</a> information.</li> - - <br /> - <li><a href="about">About this Buildbot</a></li> -</ul> - - -</body> </html> diff --git a/tools/buildbot/master/public_html/robots.txt b/tools/buildbot/master/public_html/robots.txt deleted file mode 100644 index 47a9d27..0000000 --- a/tools/buildbot/master/public_html/robots.txt +++ /dev/null @@ -1,9 +0,0 @@ -User-agent: * -Disallow: /waterfall -Disallow: /builders -Disallow: /changes -Disallow: /buildslaves -Disallow: /schedulers -Disallow: /one_line_per_build -Disallow: /one_box_per_builder -Disallow: /xmlrpc |