[Erp5-report] r34120 leonardo - in /erp5/trunk/buildout: README.txt profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 25 17:03:15 CET 2010


Author: leonardo
Date: Thu Mar 25 17:03:13 2010
New Revision: 34120

URL: http://svn.erp5.org?rev=34120&view=rev
Log:
Make the instance instructions in the README.txt work as advertised

Modified:
    erp5/trunk/buildout/README.txt
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/README.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/README.txt?rev=34120&r1=34119&r2=34120&view=diff
==============================================================================
--- erp5/trunk/buildout/README.txt [utf8] (original)
+++ erp5/trunk/buildout/README.txt [utf8] Thu Mar 25 17:03:13 2010
@@ -111,7 +111,8 @@
 $ bin/buildout -c my_instances.cfg
 $ var/bin/supervisord # it will start supervisor and configured software
 $ $EDITOR my_instances.cfg
-# add zope-instance and runUnitTest to parts
+# add "runUnitTest" to parts, the "development-instance" part will be pulled
+# automatically as a dependency
 $ bin/buildout -c my_instances.cfg
 
 Fully configured development instance will be available in var/zope-instance.

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=34120&r1=34119&r2=34120&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Thu Mar 25 17:03:13 2010
@@ -9,13 +9,13 @@
 
 [runUnitTest]
 recipe = erp5.recipe.testrunner
-zope2-location = ${zope-instance:zope2-location}
+zope2-location = ${development-site:zope2-location}
 products =
   ${software_definition:products-zope}
-  ${zope-instance:products}
-bt5_path = ${zope-instance:bt5-path}
+  ${development-site:products}
+bt5_path = ${development-site:bt5-path}
 
-instance-home = ${zope-instance:instancehome}
+instance-home = ${development-site:instancehome}
 initialization =
   import os
   os.environ['PATH'] = ':'.join(['${buildout:data-bin-directory}','${buildout:bin-directory}'] + os.environ.get('PATH','').split(':'))




More information about the Erp5-report mailing list