[pypy-svn] r58645 - pypy/build/bot2

pedronis at codespeak.net pedronis at codespeak.net
Mon Oct 6 14:53:13 CEST 2008


Author: pedronis
Date: Mon Oct  6 14:53:13 2008
New Revision: 58645

Added:
   pypy/build/bot2/wyvern_buildbot.css   (contents, props changed)
   pypy/build/bot2/wyvern_robots.txt   (contents, props changed)
Log:
version control this buildbot files for the wyvern setup too



Added: pypy/build/bot2/wyvern_buildbot.css
==============================================================================
--- (empty file)
+++ pypy/build/bot2/wyvern_buildbot.css	Mon Oct  6 14:53:13 2008
@@ -0,0 +1,78 @@
+a:visited {
+	color: #800080;
+}
+
+td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
+    border-top: 1px solid;
+    border-right: 1px solid;
+}
+
+td.box {
+       border: 1px solid;
+}
+
+/* Activity states */
+.offline { 
+        background-color: red;
+}
+.idle {
+	background-color: white;
+}
+.waiting { 
+        background-color: yellow;
+}
+.building { 
+        background-color: yellow;
+}
+
+/* LastBuild, BuildStep states */
+.success {
+	background-color: #72ff75;
+}
+.failure {
+	background-color: red;
+}
+.warnings {
+	background-color: #ff8000;
+}
+.exception {
+	background-color: #c000c0;
+}
+.start,.running {
+	background-color: yellow;
+}
+
+/* grid styles */
+
+table.Grid {
+    border-collapse: collapse;
+}
+
+table.Grid tr td {
+    padding: 0.2em;
+    margin: 0px;
+    text-align: center;
+}
+
+table.Grid tr td.title {
+    font-size: 90%;
+    border-right: 1px gray solid;
+    border-bottom: 1px gray solid;
+}
+
+table.Grid tr td.sourcestamp {
+    font-size: 90%;
+}
+
+table.Grid tr td.builder {
+    text-align: right;
+    font-size: 90%;
+}
+
+table.Grid tr td.build {
+    border: 1px gray solid;
+}
+
+div.footer {
+    font-size: 80%;
+}

Added: pypy/build/bot2/wyvern_robots.txt
==============================================================================
--- (empty file)
+++ pypy/build/bot2/wyvern_robots.txt	Mon Oct  6 14:53:13 2008
@@ -0,0 +1,10 @@
+User-agent: *
+Disallow: /waterfall
+Disallow: /summary
+Disallow: /builders
+Disallow: /changes
+Disallow: /buildslaves
+Disallow: /schedulers
+Disallow: /one_line_per_build
+Disallow: /one_box_per_builder
+Disallow: /xmlrpc



More information about the Pypy-commit mailing list