[Erp5-report] r38026 luke - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 26 11:48:48 CEST 2010


Author: luke
Date: Thu Aug 26 11:48:43 2010
New Revision: 38026

URL: http://svn.erp5.org?rev=38026&view=rev
Log:
 - put software_home part in common, download instead of relying on fact of being checkouted

Modified:
    erp5/trunk/buildout/profiles/common.cfg
    erp5/trunk/buildout/profiles/official-2.12.cfg
    erp5/trunk/buildout/profiles/official.cfg

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=38026&r1=38025&r2=38026&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Thu Aug 26 11:48:43 2010
@@ -227,4 +227,12 @@ urls =
     ${:base}/ZMySQLDDA/${:revision} ZMySQLDDA
     ${:base}/ZSQLCatalog/${:revision} ZSQLCatalog
 
+[download-software-home-template]
+recipe = hexagonit.recipe.download
+filename = software-home.inc.in
+url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/templates/${:filename}
 
+[software_home]
+recipe = collective.recipe.template
+input = ${download-software-home-template:filename}
+output = ${buildout:software_home}/instance-profiles/software-home.inc

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=38026&r1=38025&r2=38026&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Thu Aug 26 11:48:43 2010
@@ -71,9 +71,3 @@ update-command = ${:command}
 [software_definition]
 software_home = ${buildout:software_home}
 executable = ${python2.6:executable}
-
-[software_home]
-recipe = collective.recipe.template
-input = ${buildout:software_home}/templates/software-home.inc.in
-output = ${buildout:software_home}/instance-profiles/software-home.inc
-

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=38026&r1=38025&r2=38026&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Thu Aug 26 11:48:43 2010
@@ -80,10 +80,3 @@ software_home = ${buildout:software_home
 # with local mysql, but by default buildout mysql will be used.
 mysql_software = ${mysql-tritonn-5.0:location}
 executable = ${python2.4:executable}
-
-
-[software_home]
-recipe = collective.recipe.template
-input = ${buildout:software_home}/templates/software-home.inc.in
-output = ${buildout:software_home}/instance-profiles/software-home.inc
-




More information about the Erp5-report mailing list