[Erp5-report] r39016 kazuhiko - in /erp5/trunk/buildout: instance-profiles/ profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 11 11:54:30 CEST 2010


Author: kazuhiko
Date: Mon Oct 11 11:54:26 2010
New Revision: 39016

URL: http://svn.erp5.org?rev=39016&view=rev
Log:
zope2-location and products-zope are only required for Zope-2.8.

Modified:
    erp5/trunk/buildout/instance-profiles/testrunner.cfg
    erp5/trunk/buildout/profiles/deployment.cfg
    erp5/trunk/buildout/profiles/development.cfg
    erp5/trunk/buildout/profiles/software-definition.cfg

Modified: erp5/trunk/buildout/instance-profiles/testrunner.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/testrunner.cfg?rev=39016&r1=39015&r2=39016&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/testrunner.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/testrunner.cfg [utf8] Mon Oct 11 11:54:26 2010
@@ -10,7 +10,6 @@ test_runner_location = ${buildout:parts-
 
 [test-runner-template]
 recipe = erp5.recipe.testrunner
-zope2-location = ${software_definition:zope_software}
 
 # For now it is required define location like this.
 location = ${create-test-runner-place:test_runner_location}

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=39016&r1=39015&r2=39016&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Mon Oct 11 11:54:26 2010
@@ -44,3 +44,5 @@ update-command = ${:command}
 [software_definition]
 software_home = /opt/erp5/trunk
 executable = ${:software_home}/bin/python2.4
+zope_software = ${:software_home}/parts/zope-2.8
+products-zope = ${:zope_software}/lib/python/Products

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=39016&r1=39015&r2=39016&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Mon Oct 11 11:54:26 2010
@@ -23,6 +23,7 @@ development_site_instancehome = ${buildo
 
 [runUnitTest]
 <= test-runner-template
+zope2-location = ${software_definition:zope_software}
 products = ${configuration:development_site_products}
 
 bt5_path = ${configuration:development_site_bt5_path}

Modified: erp5/trunk/buildout/profiles/software-definition.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/software-definition.cfg?rev=39016&r1=39015&r2=39016&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/software-definition.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/software-definition.cfg [utf8] Mon Oct 11 11:54:26 2010
@@ -13,8 +13,6 @@ mysql_software = ${:software_home}/parts
 sphinx_software = ${:software_home}/parts/sphinx
 oood_software = ${:software_home}/parts/oood
 openoffice_software = ${:software_home}/parts/openoffice-bin
-zope_software = ${:software_home}/parts/zope-2.8
-products-zope = ${:zope_software}/lib/python/Products
 products-erp5 = ${:software_home}/parts/products-erp5
 products-erp5-development = ${:software_home}/parts/products-erp5-development
 products-deps = ${:software_home}/parts/products-deps




More information about the Erp5-report mailing list