[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg more verbosity in buildout, add grok family projects

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Sep 17 06:44:09 EDT 2009


Log message for revision 104197:
  more verbosity in buildout, add grok family projects

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-17 10:10:50 UTC (rev 104196)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
@@ -194,7 +194,7 @@
     curl -o bootstrap.py http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py 
     python bootstrap.py
 buildout-sequence = 
-    bin/buildout
+    bin/buildout -vvv
 slaves = slave-osx-py2.4
          slave-osx-py2.5
          slave-osx-py2.6
@@ -229,6 +229,8 @@
     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
+    http://svn.zope.org/repos/main/grokproject/trunk
+    http://svn.zope.org/repos/main/grokui.introspector/trunk
 cron-scheduler = 2 5 * * *
 test-sequence = bin/test
 slaves = slave-ubuntu64-py2.4
@@ -247,7 +249,8 @@
 repositories = 
     http://svn.zope.org/repos/main/Zope/trunk
 cron-scheduler = 3 10 * * *
-buildout-sequence = bin/buildout -c alltests.cfg
+bootstrap-sequence = python bootstrap.py
+buildout-sequence = bin/buildout -c alltests.cfg -vvv
 test-sequence = bin/alltests
 
 
@@ -262,7 +265,7 @@
 cron-scheduler = 1 1 * * *
 build-sequence =
     $${:python-path} $${:bootstrap-path}
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe
+    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
 test-sequence =
     $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test-ztk.exe 
 
@@ -281,7 +284,7 @@
     http://svn.zope.org/repos/main/grok/trunk
 cron-scheduler = 2 2 * * *
 test-sequence =
-    bin/test-all
+    bin/test-grokcore
 slaves = slave-osx-py2.4
          slave-osx-py2.5
          slave-ubuntu32-py2.4
@@ -301,7 +304,7 @@
 cron-scheduler = 3 3 * * *
 build-sequence =
     $${:python-path} bootstrap\bootstrap.py
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe
+    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
 test-sequence =
     $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test-all.exe
 
@@ -327,7 +330,6 @@
 email-notification-recipients = ${project-macro:email-notification-recipients}
 cron-scheduler = 2 2 * * *
 build-sequence = 
-build-sequence = 
     python dev.py
     bin/buildout -c test_all_pythons.cfg install test2$${:version_minor}
 test-sequence = 
@@ -366,7 +368,7 @@
 cron-scheduler = 3 3 * * *
 build-sequence =
     $${:python-path} dev.py
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe
+    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
 test-sequence =
     $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test.exe
 



More information about the checkins mailing list