[Checkins] SVN: Sandbox/ctheune/buildbot/ some cleanup in preparation to revive this buildbot

Christian Theune ct at gocept.com
Fri Dec 28 10:01:10 EST 2007


Log message for revision 82498:
  some cleanup in preparation to revive this buildbot
  

Changed:
  A   Sandbox/ctheune/buildbot/README.txt
  D   Sandbox/ctheune/buildbot/buildbot.css
  U   Sandbox/ctheune/buildbot/master.cfg
  A   Sandbox/ctheune/buildbot/static/
  A   Sandbox/ctheune/buildbot/static/buildbot.css
  A   Sandbox/ctheune/buildbot/static/errorbg.png
  A   Sandbox/ctheune/buildbot/static/headerbg.png
  A   Sandbox/ctheune/buildbot/static/headerbg2.png

-=-
Added: Sandbox/ctheune/buildbot/README.txt
===================================================================
--- Sandbox/ctheune/buildbot/README.txt	                        (rev 0)
+++ Sandbox/ctheune/buildbot/README.txt	2007-12-28 15:01:10 UTC (rev 82498)
@@ -0,0 +1,5 @@
+Some notes about setting this buildbot up:
+
+- The `static` directory needs to be made available through some webserver.
+  The CSS file pulls in the images relative to the place where the CSS is
+  located. The address of the CSS file is currently hard coded.


Property changes on: Sandbox/ctheune/buildbot/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Deleted: Sandbox/ctheune/buildbot/buildbot.css
===================================================================
--- Sandbox/ctheune/buildbot/buildbot.css	2007-12-28 14:59:22 UTC (rev 82497)
+++ Sandbox/ctheune/buildbot/buildbot.css	2007-12-28 15:01:10 UTC (rev 82498)
@@ -1,65 +0,0 @@
-body {
-    background-color:#FFFFFF;
-    border:0pt none;
-    color:#000000;
-    font-family:"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
-    font-size:8pt;
-    margin:0pt;
-    padding:1em;
-}
-
-h1 {
-    background-image:url(headerbg.png);
-    background-position:center top;
-    background-repeat:repeat-x;
-    clear:both;
-    font-weight:normal;
-    margin:-0.5em;
-    margin-bottom:0pt;
-    padding:0.5em;
-}
-
-h2 {
-    padding:0.5em;
-}
-
-.project {
-    clear:both;
-    font-weight:normal;
-}
-
-.project p {
-    margin:1em;
-}
-.project, #status-blocks div {
-    background-image:url(greybg.png);
-    background-position:center top;
-    background-repeat:repeat-x;
-}
-
-.project.red, #status-blocks div.red {
-    background-image:url(errorbg.png);
-}
-.project.green, #status-blocks div.green {
-    background-image:url(headerbg2.png);
-}
-
-#status-blocks div {
-    float:left;
-    margin:1em;
-    padding:0.5em 1em;
-}
-
-#status-blocks div h3 {
-    margin:0;
-    padding:0;
-}
-
-.clear {
-    clear:both;
-}
-
-.building {
-    background-image:url(yellowbg.png) !important;
-}
-

Modified: Sandbox/ctheune/buildbot/master.cfg
===================================================================
--- Sandbox/ctheune/buildbot/master.cfg	2007-12-28 14:59:22 UTC (rev 82497)
+++ Sandbox/ctheune/buildbot/master.cfg	2007-12-28 15:01:10 UTC (rev 82498)
@@ -1,3 +1,7 @@
+# A buildbot master configuration for the Zope project
+#
+# This configuration 
+
 import os.path
 import subprocess
 from twisted.python import log
@@ -81,4 +85,4 @@
 
 c['projectName'] = "buildbot for zope.org projects"
 c['projectURL'] = "http://dev.zope.org/"
-c['buildbotURL'] = "http://uter.gocept.com:3333/"
+c['buildbotURL'] = "http://zopebuildbot.whq.gocept.com/"

Copied: Sandbox/ctheune/buildbot/static/buildbot.css (from rev 82495, Sandbox/ctheune/buildbot/buildbot.css)
===================================================================
--- Sandbox/ctheune/buildbot/static/buildbot.css	                        (rev 0)
+++ Sandbox/ctheune/buildbot/static/buildbot.css	2007-12-28 15:01:10 UTC (rev 82498)
@@ -0,0 +1,65 @@
+body {
+    background-color:#FFFFFF;
+    border:0pt none;
+    color:#000000;
+    font-family:"Lucida Grande","Lucida Sans",Verdana,Helvetica,Arial,sans-serif;
+    font-size:8pt;
+    margin:0pt;
+    padding:1em;
+}
+
+h1 {
+    background-image:url(headerbg.png);
+    background-position:center top;
+    background-repeat:repeat-x;
+    clear:both;
+    font-weight:normal;
+    margin:-0.5em;
+    margin-bottom:0pt;
+    padding:0.5em;
+}
+
+h2 {
+    padding:0.5em;
+}
+
+.project {
+    clear:both;
+    font-weight:normal;
+}
+
+.project p {
+    margin:1em;
+}
+.project, #status-blocks div {
+    background-image:url(greybg.png);
+    background-position:center top;
+    background-repeat:repeat-x;
+}
+
+.project.red, #status-blocks div.red {
+    background-image:url(errorbg.png);
+}
+.project.green, #status-blocks div.green {
+    background-image:url(headerbg2.png);
+}
+
+#status-blocks div {
+    float:left;
+    margin:1em;
+    padding:0.5em 1em;
+}
+
+#status-blocks div h3 {
+    margin:0;
+    padding:0;
+}
+
+.clear {
+    clear:both;
+}
+
+.building {
+    background-image:url(yellowbg.png) !important;
+}
+

Added: Sandbox/ctheune/buildbot/static/errorbg.png
===================================================================
(Binary files differ)


Property changes on: Sandbox/ctheune/buildbot/static/errorbg.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: Sandbox/ctheune/buildbot/static/headerbg.png
===================================================================
(Binary files differ)


Property changes on: Sandbox/ctheune/buildbot/static/headerbg.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: Sandbox/ctheune/buildbot/static/headerbg2.png
===================================================================
(Binary files differ)


Property changes on: Sandbox/ctheune/buildbot/static/headerbg2.png
___________________________________________________________________
Name: svn:mime-type
   + image/png



More information about the Checkins mailing list