[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r4228: I had forgotten to commit the buildbot config after we added (buildbot/trunk)



Author: edmanm
Date: 2010-02-25 12:06:26 -0500 (Thu, 25 Feb 2010)
New Revision: 4228

Modified:
   buildbot/trunk/master.cfg
Log:

I had forgotten to commit the buildbot config after we added the flaky
OpenBSD slave.


Modified: buildbot/trunk/master.cfg
===================================================================
--- buildbot/trunk/master.cfg	2010-02-25 04:03:32 UTC (rev 4227)
+++ buildbot/trunk/master.cfg	2010-02-25 17:06:26 UTC (rev 4228)
@@ -264,6 +264,14 @@
       { 'name' : 'tor-maint-0.2.1', 'factory' : tor_maint_021_factory },
       { 'name' : 'polipo-master',   'factory' : polipo_master_factory }
     ]
+  },
+  { # saeftl (OpenBSD - Sparc64)
+    'name' : 'obsd-sparc64',
+    'password' : passwd['obsd-sparc64'],
+    'builders' : [
+      { 'name' : 'tor-master',      'factory' : tor_master_factory },
+      { 'name' : 'tor-maint-0.2.1', 'factory' : tor_maint_021_factory }
+    ]
   }
 #  { # coderman's PS3
 #    'name' : 'coderman.ps3',