Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sbuildbot
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-20 17:21:49 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-20 17:21:49 (GMT)
commit7cd4cee4819b134a195ffb26eae26032493ef6bd (patch)
tree5229ef759ec97f1123e21f2bb162d59e9d5d02cb /sbuildbot
parentffe31992dd4796c576ab58b61d61bbb772b982f0 (diff)
Some refactoring and fixes.
Diffstat (limited to 'sbuildbot')
-rw-r--r--sbuildbot/AUTHORS5
-rw-r--r--sbuildbot/Makefile19
-rw-r--r--sbuildbot/README5
-rw-r--r--sbuildbot/buildbot.tac12
-rw-r--r--sbuildbot/master.cfg80
-rw-r--r--sbuildbot/public_html/bar.pngbin154 -> 0 bytes
-rw-r--r--sbuildbot/public_html/building.pngbin923 -> 0 bytes
-rw-r--r--sbuildbot/public_html/cyan-bar.pngbin221 -> 0 bytes
-rw-r--r--sbuildbot/public_html/download.pngbin440 -> 0 bytes
-rw-r--r--sbuildbot/public_html/emptyimg.pngbin6978 -> 0 bytes
-rw-r--r--sbuildbot/public_html/error.pngbin784 -> 0 bytes
-rw-r--r--sbuildbot/public_html/feed-atom.pngbin849 -> 0 bytes
-rw-r--r--sbuildbot/public_html/feed.pngbin725 -> 0 bytes
-rw-r--r--sbuildbot/public_html/figure.pngbin540 -> 0 bytes
-rw-r--r--sbuildbot/public_html/foot-16.pngbin650 -> 0 bytes
-rw-r--r--sbuildbot/public_html/foot.pngbin699 -> 0 bytes
-rw-r--r--sbuildbot/public_html/general_bg.pngbin178 -> 0 bytes
-rw-r--r--sbuildbot/public_html/general_separator.pngbin212 -> 0 bytes
-rw-r--r--sbuildbot/public_html/gnome-16.pngbin650 -> 0 bytes
-rw-r--r--sbuildbot/public_html/gnome-64.pngbin4385 -> 0 bytes
-rw-r--r--sbuildbot/public_html/gnome-gtp.pngbin4208 -> 0 bytes
-rw-r--r--sbuildbot/public_html/green-bar.pngbin227 -> 0 bytes
-rw-r--r--sbuildbot/public_html/idle.pngbin418 -> 0 bytes
-rw-r--r--sbuildbot/public_html/images.jpegbin352 -> 0 bytes
-rw-r--r--sbuildbot/public_html/info.pngbin543 -> 0 bytes
-rw-r--r--sbuildbot/public_html/lgo.css365
-rw-r--r--sbuildbot/public_html/logo.pngbin5675 -> 0 bytes
l---------sbuildbot/public_html/media1
-rw-r--r--sbuildbot/public_html/nobody.pngbin5701 -> 0 bytes
-rw-r--r--sbuildbot/public_html/offline.pngbin424 -> 0 bytes
-rw-r--r--sbuildbot/public_html/purple-bar.pngbin227 -> 0 bytes
-rw-r--r--sbuildbot/public_html/red-bar.pngbin228 -> 0 bytes
-rw-r--r--sbuildbot/public_html/robot.pngbin3608 -> 0 bytes
-rw-r--r--sbuildbot/public_html/robots.txt2
-rw-r--r--sbuildbot/public_html/star.pngbin2871 -> 0 bytes
-rw-r--r--sbuildbot/public_html/t.pngbin317 -> 0 bytes
-rw-r--r--sbuildbot/public_html/tab_left.pngbin371 -> 0 bytes
-rw-r--r--sbuildbot/public_html/tab_right.pngbin1134 -> 0 bytes
-rw-r--r--sbuildbot/public_html/warn.pngbin809 -> 0 bytes
-rw-r--r--sbuildbot/public_html/webpage.pngbin844 -> 0 bytes
-rw-r--r--sbuildbot/slaves.csv2
-rw-r--r--sbuildbot/template.html46
42 files changed, 0 insertions, 537 deletions
diff --git a/sbuildbot/AUTHORS b/sbuildbot/AUTHORS
deleted file mode 100644
index 01194e8..0000000
--- a/sbuildbot/AUTHORS
+++ /dev/null
@@ -1,5 +0,0 @@
-John Carr <john.carr@unrouted.co.uk>
-Frederic Peters <fpeters@0d.be>
-Alejandro PiƱeiro <apinheiro@igalia.com>
-Iago Toral <itoral@igalia.com>
-Jose Dapena <jdapena@igalia.com>
diff --git a/sbuildbot/Makefile b/sbuildbot/Makefile
deleted file mode 100644
index 5f79e59..0000000
--- a/sbuildbot/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- makefile -*-
-
-# This is a simple makefile which lives in a buildmaster/buildslave
-# directory (next to the buildbot.tac file). It allows you to start/stop the
-# master or slave by doing 'make start' or 'make stop'.
-
-# The 'reconfig' target will tell a buildmaster to reload its config file.
-
-start:
- twistd --no_save -y buildbot.tac --nodaemon
-
-stop:
- kill `cat twistd.pid`
-
-reconfig:
- kill -HUP `cat twistd.pid`
-
-log:
- tail -f twistd.log
diff --git a/sbuildbot/README b/sbuildbot/README
deleted file mode 100644
index cafbebb..0000000
--- a/sbuildbot/README
+++ /dev/null
@@ -1,5 +0,0 @@
-You must at minimum edit those two lines in master.cfg:
- c['jhbuild'] = "~/bin/jhbuild"
- c['jhbuildrc'] = "/home/fred/.jhbuildrc"
-
-You must also define slaves in the slaves.csv file.
diff --git a/sbuildbot/buildbot.tac b/sbuildbot/buildbot.tac
deleted file mode 100644
index e97e732..0000000
--- a/sbuildbot/buildbot.tac
+++ /dev/null
@@ -1,12 +0,0 @@
-from twisted.application import service
-from buildbot.master import BuildMaster
-import os
-
-basedir = os.path.dirname(os.path.abspath(__file__))
-if not os.path.exists(os.path.join(basedir, 'builddir')):
- os.makedirs(os.path.join(basedir, 'builddir'))
-configfile = r'master.cfg'
-
-application = service.Application('buildmaster')
-BuildMaster(basedir, configfile).setServiceParent(application)
-
diff --git a/sbuildbot/master.cfg b/sbuildbot/master.cfg
deleted file mode 100644
index 381f3d5..0000000
--- a/sbuildbot/master.cfg
+++ /dev/null
@@ -1,80 +0,0 @@
-# -*- python -*-
-# ex: set syntax=python:
-
-# This is a sample buildmaster config file. It must be installed as
-# 'master.cfg' in your buildmaster's base directory (although the filename
-# can be changed with the --basedir option to 'mktap buildbot master').
-
-# It has one job: define a dictionary named BuildmasterConfig. This
-# dictionary has a variety of keys to control different aspects of the
-# buildmaster. They are documented in docs/config.xhtml .
-
-import buildbot
-
-# This is the dictionary that the buildmaster pays attention to. We also use
-# a shorter alias to save typing.
-c = BuildmasterConfig = {}
-
-# 'slavePortnum' defines the TCP port to listen on. This must match the value
-# configured into the buildslaves (with their --master option)
-
-c['slavePortnum'] = 9070
-
-####### STATUS TARGETS
-
-# 'status' is a list of Status Targets. The results of each build will be
-# pushed to these targets. buildbot/status/*.py has a variety to choose from,
-# including web pages, email senders, and IRC bots.
-
-c['status'] = []
-
-# from buildbot.status import mail
-# c['status'].append(mail.MailNotifier(fromaddr="buildbot@localhost",
-# extraRecipients=["builds@example.com"],
-# sendToInterestedUsers=False))
-#
-from buildbot.status import words
-c['status'].append(words.IRC(host="irc.freenode.net", nick="buildbot",
- channels=["#sugar"], port=8001))
-#
-# from buildbot.status import client
-# c['status'].append(client.PBListener(9988))
-
-
-####### DEBUGGING OPTIONS
-
-# if you set 'debugPassword', then you can connect to the buildmaster with
-# the diagnostic tool in contrib/debugclient.py . From this tool, you can
-# manually force builds and inject changes, which may be useful for testing
-# your buildmaster without actually commiting changes to your repository (or
-# before you have a functioning 'sources' set up). The debug tool uses the
-# same port number as the slaves do: 'slavePortnum'.
-
-#c['debugPassword'] = "debugpassword"
-
-# if you set 'manhole', you can ssh into the buildmaster and get an
-# interactive python shell, which may be useful for debugging buildbot
-# internals. It is probably only useful for buildbot developers. You can also
-# use an authorized_keys file, or plain telnet.
-#from buildbot import manhole
-#c['manhole'] = manhole.PasswordManhole("tcp:9999:interface=127.0.0.1",
-# "admin", "password")
-
-
-####### PROJECT IDENTITY
-
-# the 'projectName' string will be used to describe the project that this
-# buildbot is working on. For example, it is used as the title of the
-# waterfall HTML page. The 'projectURL' string will be used to provide a link
-# from buildbot HTML pages to your project's home page.
-
-c['projectName'] = "Sugar Labs Buildbot"
-c['projectURL'] = "http://www.sugarlabs.org"
-
-# the 'buildbotURL' string should point to the location where the buildbot's
-# internal web server (usually the html.Waterfall page) is visible. This
-# typically uses the port number set in the Waterfall 'status' entry, but
-# with an externally-visible host name which the buildbot cannot figure out
-# without some help.
-
-c['buildbotURL'] = "http://buildbot.sugarlabs.org:8080/"
diff --git a/sbuildbot/public_html/bar.png b/sbuildbot/public_html/bar.png
deleted file mode 100644
index e5b354e..0000000
--- a/sbuildbot/public_html/bar.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/building.png b/sbuildbot/public_html/building.png
deleted file mode 100644
index 46ad8a0..0000000
--- a/sbuildbot/public_html/building.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/cyan-bar.png b/sbuildbot/public_html/cyan-bar.png
deleted file mode 100644
index 6c44fdf..0000000
--- a/sbuildbot/public_html/cyan-bar.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/download.png b/sbuildbot/public_html/download.png
deleted file mode 100644
index cf1945c..0000000
--- a/sbuildbot/public_html/download.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/emptyimg.png b/sbuildbot/public_html/emptyimg.png
deleted file mode 100644
index 9b63c56..0000000
--- a/sbuildbot/public_html/emptyimg.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/error.png b/sbuildbot/public_html/error.png
deleted file mode 100644
index 4c485f7..0000000
--- a/sbuildbot/public_html/error.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/feed-atom.png b/sbuildbot/public_html/feed-atom.png
deleted file mode 100644
index c8d70ca..0000000
--- a/sbuildbot/public_html/feed-atom.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/feed.png b/sbuildbot/public_html/feed.png
deleted file mode 100644
index eb47e19..0000000
--- a/sbuildbot/public_html/feed.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/figure.png b/sbuildbot/public_html/figure.png
deleted file mode 100644
index 18aac33..0000000
--- a/sbuildbot/public_html/figure.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/foot-16.png b/sbuildbot/public_html/foot-16.png
deleted file mode 100644
index 95c4ff6..0000000
--- a/sbuildbot/public_html/foot-16.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/foot.png b/sbuildbot/public_html/foot.png
deleted file mode 100644
index 1138da1..0000000
--- a/sbuildbot/public_html/foot.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/general_bg.png b/sbuildbot/public_html/general_bg.png
deleted file mode 100644
index 8840fe2..0000000
--- a/sbuildbot/public_html/general_bg.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/general_separator.png b/sbuildbot/public_html/general_separator.png
deleted file mode 100644
index bd865e8..0000000
--- a/sbuildbot/public_html/general_separator.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/gnome-16.png b/sbuildbot/public_html/gnome-16.png
deleted file mode 100644
index 95c4ff6..0000000
--- a/sbuildbot/public_html/gnome-16.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/gnome-64.png b/sbuildbot/public_html/gnome-64.png
deleted file mode 100644
index 09a3184..0000000
--- a/sbuildbot/public_html/gnome-64.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/gnome-gtp.png b/sbuildbot/public_html/gnome-gtp.png
deleted file mode 100644
index c7ed133..0000000
--- a/sbuildbot/public_html/gnome-gtp.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/green-bar.png b/sbuildbot/public_html/green-bar.png
deleted file mode 100644
index d02dd14..0000000
--- a/sbuildbot/public_html/green-bar.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/idle.png b/sbuildbot/public_html/idle.png
deleted file mode 100644
index 4f031b7..0000000
--- a/sbuildbot/public_html/idle.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/images.jpeg b/sbuildbot/public_html/images.jpeg
deleted file mode 100644
index 54730ee..0000000
--- a/sbuildbot/public_html/images.jpeg
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/info.png b/sbuildbot/public_html/info.png
deleted file mode 100644
index bbd5dba..0000000
--- a/sbuildbot/public_html/info.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/lgo.css b/sbuildbot/public_html/lgo.css
deleted file mode 100644
index 861cc83..0000000
--- a/sbuildbot/public_html/lgo.css
+++ /dev/null
@@ -1,365 +0,0 @@
-body {
- margin: 0px;
- padding: 0px;
- font-family: sans-serif;
- background: white;
- color: black;
- height: 101%;
-}
-
-body.with-star {
- background: white url(star.png) -100px -200px no-repeat;
-}
-
-#page {
- margin: 0px;
- padding: 0px;
-}
-
-div.in-column {
- margin: 0 0 2em 1em;
- float: right;
- max-width: 12em;
-}
-
-hr {
- color: #888;
- background: #888;
- border: 0;
- height: 1px;
- width: 90%;
- text-align: center;
- clear: both;
-}
-
-
-div.body {
- clear: both;
-}
-
-
-div.sidebar {
- position: absolute;
- text-align: left;
- right: 0px;
- top: 60px;
- width: 27ex;
- padding-left: 1ex;
- border-left: 1ex solid #eee;
- margin-top: 4em;
-}
-
-div.sidebar h2 {
- margin-top: 0;
- padding: 5px 2ex 5px 2ex;
- background: url(t.png) top left repeat-y;
- font-size: 100%;
-}
-
-#general {
- list-style: none;
- background: #2E3436 url(general_bg.png) 0 100% repeat-x;
- text-align: right;
- padding: 0 1ex;
- margin: 0;
- font-size: 70%;
-}
-
-#general li {
- display: inline;
- background: url(general_separator.png) 0 0 no-repeat;
- padding-top: 10px;
- padding-bottom: 8px;
- margin-left: 0px;
- margin-top: 0px;
-}
-
-#general li a {
- font-weight: bold;
- color: #FFFFFF;
- margin: 0 2ex;
- text-decoration: none;
- line-height: 30px;
-}
-
-#general li a:hover {
- text-decoration: underline;
-}
-
-#general .home {
- float: left;
- background: url(general_separator.png) 100% 0 no-repeat;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-#general .home a {
- float: left;
- background: url(foot.png) 7px 50% no-repeat;
- margin-left: 0;
- padding-left: 27px;
-}
-
-
-#header {
- background: #729FCF url(robot.png) 15px 12px no-repeat;
- float: left;
- width: 100%;
- font-size: 75%;
-}
-
-#header h1 {
- margin: 0;
- margin-left: 85px;
- padding-top: 25px;
- font-size: 200%;
- color: #eeeeec;
-}
-
-#header h1 a {
- text-decoration: inherit;
- color: inherit;
-}
-
-#tabs {
- background: url(bar.png) 0 100% repeat-x;
- width: 100%;
- float: left;
- margin: 0;
- padding: 0;
-}
-
-#portal-globalnav {
- float: right;
- list-style: none;
- margin: 0;
- margin-right: 3ex;
-}
-
-#portal-globalnav li {
- float: left;
- margin: 0;
- margin-left: 0.2ex;
- font-size: 2ex;
-}
-
-#portal-globalnav li a:hover {
- color: #111111;
-}
-
-#portal-globalnav li a {
- float: left;
- text-decoration: none;
- color: #555555;
- background: url(tab_left.png) 0 0 no-repeat;
- padding: 7px 0 7px 7px;
- border-bottom: 2px solid #CCCCCC;
-}
-
-#portal-globalnav li span {
- background: url(tab_right.png) 100% 0 no-repeat;
- padding: 7px 28px 7px 19px;
-}
-
-#portal-globalnav li.selected a {
- color: #3566A5;
- background: url(tab_left.png) 0 -57px no-repeat;
- border-bottom: none;
- padding-top: 8px;
- padding-bottom: 8px;
-}
-
-#portal-globalnav li.selected a span {
- background: url(tab_right.png) 100% -57px no-repeat;
- padding-top: 8px;
- padding-bottom: 8px;
-}
-
-div.body {
- background-color: transparent;
- border: none;
- padding: 1em;
-}
-
-div.body-sidebar {
- margin-right: 27ex;
-}
-
-a {
- color: #3465a4;
-}
-
-div.navbar {
- margin: 0 29ex 0 2ex;
-}
-
-a img {
- border: none;
-}
-
-div#footer {
- border-top: 1px solid gray;
- color: #888;
- font-size: 80%;
- margin: 3em 3em 1em;
- padding-top: 1.5em;
- text-align: center;
-}
-
-/* Buildbot stuff */
-
-table.ProjectSummary tbody th {
- text-align: left;
-}
-
-table.ProjectSummary thead td {
- text-align: center;
-}
-
-table.ProjectSummary tbody td {
- border: 1px solid #888;
- padding: 0 3px;
- text-align: center;
-}
-
-table.ProjectSummary tbody td.feed {
- border: none;
- padding-right: 2px;
-}
-
-th.offline, th.idle, th.building {
- background: white url(offline.png) center right no-repeat;
- padding: 0 16px;
- cursor: help;
-}
-
-th.idle {
- background-image: url(idle.png);
-}
-
-th.building {
- background-image: url(building.png);
-}
-
-th.offline {
- color: #888;
-}
-
-.success {
- background: #8f8;
-}
-
-.failure {
- background: #f88;
-}
-td.running,
-td.building {
- background: #ff8;
-}
-td.idle {
- color: #888;
- background: #f8f8f8;
-}
-td.offline {
- color: #000;
- background: #f88;
-}
-td.failedchecks {
- background: #fa4;
-}
-
-
-table.waterfall {
-}
-
-table.waterfall td.Time {
- background: #e0e0e0;
- border: 1px solid #888;
- text-align: center;
- padding: 0 2px;
-}
-
-table.waterfall td.LastBuild,
-table.waterfall td.BuildStep {
- border: 1px solid #888;
-}
-
-table.waterfall .Change {
- padding-right: 1em;
-}
-
-table.waterfall td.start {
- background: #ff8;
- font-weight: bold;
-}
-
-table.waterfall td.start a {
- text-decoration: none;
-}
-
-table.waterfall td.exception {
- border: 3px solid red;
- background: #c66;
-}
-
-/* From classic */
-/*
-td.Change, td.Time, td.Event {
- background: #e0e0e0;
-}
-
-td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder, td.LastBuild {
- border-top: 1px solid;
- border-right: 1px solid;
- border-bottom: 1px solid;
- border-left: 1px solid;
-}
-*/
-
-tr.totals td {
- padding-top: 1ex;
- text-align: center;
- font-weight: bold;
-}
-
-div.changeset ul {
- margin-left: 0em;
- padding-left: 0em;
- list-style: none;
-}
-
-div.changeset ul ul {
- padding-left: 1em;
-}
-
-ul#tests-summary {
- margin: 1em;
- padding: 0;
- list-style: none;
- -webkit-column-width: 15em;
- -moz-column-width: 15em;
- column-width: 15em;
- -webkit-column-gap: 1em;
- -moz-column-gap: 1em;
- column-gap: 1em;
-}
-
-ul#tests-summary li {
- margin-bottom: 1ex;
-}
-
-li.changeset {
- border: 1px dashed #555;
- background: #eee;
- padding: 1ex;
- font-size: 80%;
- margin-bottom: 1em;
-}
-
-li.changeset p {
- margin: 0;
-}
-
-li.changeset pre {
- margin: 0;
-}
diff --git a/sbuildbot/public_html/logo.png b/sbuildbot/public_html/logo.png
deleted file mode 100644
index 06e0940..0000000
--- a/sbuildbot/public_html/logo.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/media b/sbuildbot/public_html/media
deleted file mode 120000
index b8424c4..0000000
--- a/sbuildbot/public_html/media
+++ /dev/null
@@ -1 +0,0 @@
-/var/www/sugarlabs/media/ \ No newline at end of file
diff --git a/sbuildbot/public_html/nobody.png b/sbuildbot/public_html/nobody.png
deleted file mode 100644
index dee7669..0000000
--- a/sbuildbot/public_html/nobody.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/offline.png b/sbuildbot/public_html/offline.png
deleted file mode 100644
index bc9a1b7..0000000
--- a/sbuildbot/public_html/offline.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/purple-bar.png b/sbuildbot/public_html/purple-bar.png
deleted file mode 100644
index 0c35c53..0000000
--- a/sbuildbot/public_html/purple-bar.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/red-bar.png b/sbuildbot/public_html/red-bar.png
deleted file mode 100644
index 3439fd5..0000000
--- a/sbuildbot/public_html/red-bar.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/robot.png b/sbuildbot/public_html/robot.png
deleted file mode 100644
index 65a5304..0000000
--- a/sbuildbot/public_html/robot.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/robots.txt b/sbuildbot/public_html/robots.txt
deleted file mode 100644
index 1f53798..0000000
--- a/sbuildbot/public_html/robots.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-User-agent: *
-Disallow: /
diff --git a/sbuildbot/public_html/star.png b/sbuildbot/public_html/star.png
deleted file mode 100644
index a152a93..0000000
--- a/sbuildbot/public_html/star.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/t.png b/sbuildbot/public_html/t.png
deleted file mode 100644
index 7b67341..0000000
--- a/sbuildbot/public_html/t.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/tab_left.png b/sbuildbot/public_html/tab_left.png
deleted file mode 100644
index 0ead7a1..0000000
--- a/sbuildbot/public_html/tab_left.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/tab_right.png b/sbuildbot/public_html/tab_right.png
deleted file mode 100644
index 2ee74d6..0000000
--- a/sbuildbot/public_html/tab_right.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/warn.png b/sbuildbot/public_html/warn.png
deleted file mode 100644
index 9a8c5bb..0000000
--- a/sbuildbot/public_html/warn.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/public_html/webpage.png b/sbuildbot/public_html/webpage.png
deleted file mode 100644
index e5d80c1..0000000
--- a/sbuildbot/public_html/webpage.png
+++ /dev/null
Binary files differ
diff --git a/sbuildbot/slaves.csv b/sbuildbot/slaves.csv
deleted file mode 100644
index 70d0f5c..0000000
--- a/sbuildbot/slaves.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Fedora10,nice
-Ubuntu8.10,nice
diff --git a/sbuildbot/template.html b/sbuildbot/template.html
deleted file mode 100644
index 281c85d..0000000
--- a/sbuildbot/template.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en"><head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>@@GNOME_BUILDBOT_TITLE@@</title>
- <link rel="stylesheet" type="text/css" href="/lgo.css">
- <link rel="icon" type="image/x-icon" href="/media/images/favicon.ico">
- <link rel="SHORTCUT ICON" type="image/x-icon" href="/media/images/favicon.ico">
-</head>
-<body class="with-star">
-<div id="page">
-<ul id="general">
-<li id="siteaction-sugarlabs_home" class="home"><a href="http://wiki.sugarlabs.org/">Home</a></li>
-<li id="siteaction-sugarlabs_trac"><a href="http://dev.sugarlabs.org/">Trac</a></li>
-<li id="siteaction-sugarlabs_plant"><a href="http://planet.sugarlabs.org/">Planet</a></li>
-<li id="siteaction-sugarlabs_list"><a href="http://lists.sugarlabs.org/">Lists</a></li>
-<li id="siteaction-sugarlabs_schools"><a href="http://schools.sugarlabs.org/">Schools</a></li>
-<li id="siteaction-sugarlabs_download"><a href="http://download.sugarlabs.org/">Download</a></li>
-<li id="siteaction-sugarlabs_api"><a href="http://api.sugarlabs.org/">API</a></li>
-<li id="siteaction-sugarlabs_git"><a href="http://git.sugarlabs.org/">Gitorious</a></li>
-</ul>
-<div id="header">
-<h1><a href="/">@@GNOME_BUILDBOT_TITLE@@</a></h1>
-
- <div id="tabs">
- <ul id="portal-globalnav">
- <li id="portaltab-0" class="selected"><a href="http://buildbot.sugarlabs.org"><span>Sugar</span></a></li>
- <li id="portaltab-1"><a href="http://sugarlabs.org/go/DevelopmentTeam"><span>Developers</span></a></li>
- </ul>
- </div>
-</div>
-</div>
-<div class="body">
-
-@@GNOME_BUILDBOT_BODY@@
-
-
- <div id="footer">
- Copyright &copy; 2008 <a href="http://www.sugarlabs.org/">The Sugar Learning Project</a>.<br />
- <br/>
- Powered by <a href="http://buildbot.net">Buildbot</a>.
- </div>
-
-
-</div> <!-- end of .body -->
-</body>
-</html>