[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Add trunks of grok dependencies

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Sep 15 11:15:24 EDT 2009


Log message for revision 104100:
  Add trunks of grok dependencies

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-15 14:48:07 UTC (rev 104099)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-15 15:15:23 UTC (rev 104100)
@@ -22,6 +22,7 @@
         zc.buildout-trunk-win-py2.5
         zc.buildout-trunk-win-py2.6
         zope2-trunk
+        grokdependencies-trunk
 # Tools:
         omelette
         development_tools
@@ -177,15 +178,7 @@
 
 [project-macro]
 repositories = $${:repositories}
-slave-names = slave-osx-py2.4
-              slave-osx-py2.5
-              slave-osx-py2.6
-              slave-ubuntu32-py2.4
-              slave-ubuntu32-py2.5
-              slave-ubuntu32-py2.6
-              slave-ubuntu64-py2.4
-              slave-ubuntu64-py2.5
-              slave-ubuntu64-py2.6
+slave-names = $${:slaves}
 vcs-mode = clobber
 mail-host = localhost
 email-notification-sender = no-reply at localhost
@@ -202,6 +195,15 @@
     python bootstrap.py
 buildout-sequence = 
     bin/buildout
+slaves = slave-osx-py2.4
+         slave-osx-py2.5
+         slave-osx-py2.6
+         slave-ubuntu32-py2.4
+         slave-ubuntu32-py2.5
+         slave-ubuntu32-py2.6
+         slave-ubuntu64-py2.4
+         slave-ubuntu64-py2.5
+         slave-ubuntu64-py2.6
 
 
 [projects]
@@ -212,7 +214,28 @@
 targets = ztk:ztk-parameters
           grok-trunk:grok-trunk-parameters
           zope2-trunk:zope2-trunk-parameters
+          grokdependencies-trunk:grokdependencies-trunk-parameters
 
+
+[grokdependencies-trunk-parameters]
+repositories = 
+    http://svn.zope.org/repos/main/grokcore.annotation/trunk
+    http://svn.zope.org/repos/main/grokcore.component/trunk
+    http://svn.zope.org/repos/main/grokcore.formlib/trunk
+    http://svn.zope.org/repos/main/grokcore.security/trunk
+    http://svn.zope.org/repos/main/grokcore.site/trunk
+    http://svn.zope.org/repos/main/grokcore.startup/trunk
+    http://svn.zope.org/repos/main/grokcore.view/trunk
+    http://svn.zope.org/repos/main/grokcore.viewlet/trunk
+    http://svn.zope.org/repos/main/grokui.admin/trunk
+    http://svn.zope.org/repos/main/martian/trunk
+cron-scheduler = 2 5 * * *
+test-sequence = bin/test
+slaves = slave-ubuntu64-py2.4
+         slave-ubuntu64-py2.5
+         slave-ubuntu64-py2.6
+
+
 [ztk-parameters]
 repositories = 
     http://svn.zope.org/repos/main/zopetoolkit/trunk



More information about the checkins mailing list