[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Do not test proxy objects with python2.7 (yet).

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Jan 3 14:48:53 EST 2011


Log message for revision 119329:
  Do not test proxy objects with python2.7 (yet).

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2011-01-03 19:08:13 UTC (rev 119328)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2011-01-03 19:48:53 UTC (rev 119329)
@@ -167,7 +167,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-py2.5
-targets = trunks-py2.5:trunks_parameters
+targets = trunks-py2.5:trunk_repos_plus_crontab_grokproject_C_extentions_proxy
           zopetoolkit-py2.5:zopetoolkit_parameters
           zopetoolkit-1.0-py2.5:zopetoolkit-1.0_parameters
           groktoolkit-py2.5:groktoolkit_parameters
@@ -177,7 +177,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-win-py2.5
-targets = trunks-win-py2.5:trunks_parameters-win
+targets = trunks-win-py2.5:trunk_repos
           zopetoolkit_win-py2.5:zopetoolkit_parameters-win
           zopetoolkit-1.0_win-py2.5:zopetoolkit-1.0_parameters-win
           groktoolkit_win-py2.5:groktoolkit_parameters-win
@@ -187,7 +187,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-py2.6
-targets = trunks-py2.6:trunks_parameters
+targets = trunks-py2.6:trunk_repos_plus_crontab_grokproject_C_extentions_proxy
           zopetoolkit-py2.6:zopetoolkit_parameters
           zopetoolkit-1.0-py2.6:zopetoolkit-1.0_parameters
           groktoolkit-py2.6:groktoolkit_parameters
@@ -216,7 +216,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-win-py2.6
-targets = trunks-win-py2.6:trunks_parameters-win
+targets = trunks-win-py2.6:trunk_repos
           zopetoolkit_win-py2.6:zopetoolkit_parameters-win
           zopetoolkit-1.0_win-py2.6:zopetoolkit-1.0_parameters-win
           groktoolkit_win-py2.6:groktoolkit_parameters-win
@@ -229,7 +229,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-py2.7
-targets = trunks-py2.7:trunks_parameters
+targets = trunks-py2.7:trunk_repos_plus_crontab_grokproject_C_extentions
 # disable until 2.7 support          zopetoolkit-py2.7:zopetoolkit_parameters
           groktoolkit-py2.7:groktoolkit_parameters
           zope2.13-py2.7:zope2.13_parameters
@@ -239,7 +239,7 @@
 recipe = zc.recipe.macro
 result-recipe = collective.buildbot:project
 macro = project-macro-win-py2.7
-targets = trunks-win-py2.7:trunks_parameters-win
+targets = trunks-win-py2.7:trunk_repos
 # disable until 2.7 support          zopetoolkit_win-py2.7:zopetoolkit_parameters-win
           groktoolkit_win-py2.7:groktoolkit_parameters-win
           zope2.13_win-py2.7:zope2.13_parameters-win
@@ -338,22 +338,22 @@
     http://svn.zope.org/repos/main/zope.app.wsgi/trunk
     http://svn.zope.org/repos/main/zope.app.generations/trunk
 
-# Separate list, that is not used for the Windows builds (crontab or
-# C-extensions).
-[trunks_parameters]
+# trunk_repos + crontab, grokproject and projects with C-extensions.
+[trunk_repos_plus_crontab_grokproject_C_extentions]
 repos = ${trunk_repos:repos}
         http://svn.zope.org/repos/main/z3c.recipe.usercrontab/trunk
-        http://svn.zope.org/repos/main/zope.container/trunk
         http://svn.zope.org/repos/main/zope.hookable/trunk
         http://svn.zope.org/repos/main/zope.i18nmessageid/trunk
         http://svn.zope.org/repos/main/zope.index/trunk
         http://svn.zope.org/repos/main/zope.interface/trunk
-        http://svn.zope.org/repos/main/zope.proxy/trunk
-        http://svn.zope.org/repos/main/zope.security/trunk
         http://svn.zope.org/repos/main/grokproject/trunk
 
-[trunks_parameters-win]
-repos = ${trunk_repos:repos}
+# Do not test zope.proxy with python 2.7
+[trunk_repos_plus_crontab_grokproject_C_extentions_proxy]
+repos = ${trunk_repos_plus_crontab_grokproject_C_extentions:repos}
+        http://svn.zope.org/repos/main/zope.security/trunk
+        http://svn.zope.org/repos/main/zope.container/trunk
+        http://svn.zope.org/repos/main/zope.proxy/trunk
 
 [zopetoolkit_parameters]
 repos = http://svn.zope.org/repos/main/zopetoolkit/trunk



More information about the checkins mailing list