[Erp5-report] r34469 luke - /erp5/trunk/buildout/profiles/common.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 12 16:16:10 CEST 2010


Author: luke
Date: Mon Apr 12 16:16:05 2010
New Revision: 34469

URL: http://svn.erp5.org?rev=34469&view=rev
Log:
 - develop eggs in local buildout
Software home can be on read only place for user running instance buildout.

Modified:
    erp5/trunk/buildout/profiles/common.cfg

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=34469&r1=34468&r2=34469&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Mon Apr 12 16:16:05 2010
@@ -1,9 +1,9 @@
 [buildout]
 develop +=
-  ${software_definition:software_home}/local-eggs/erp5.recipe.standaloneinstance
-  ${software_definition:software_home}/local-eggs/erp5.recipe.bt5checkout
-  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqldatabase
-  ${software_definition:software_home}/local-eggs/erp5.recipe.mysqlserver
+  local-eggs/erp5.recipe.standaloneinstance
+  local-eggs/erp5.recipe.bt5checkout
+  local-eggs/erp5.recipe.mysqldatabase
+  local-eggs/erp5.recipe.mysqlserver
 
 find-links =
     http://download.zope.org/distribution/




More information about the Erp5-report mailing list