[Erp5-report] r40179 luke - in /erp5/trunk/buildout: profiles/ templates/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 10 17:13:07 CET 2010
Author: luke
Date: Wed Nov 10 17:13:06 2010
New Revision: 40179
URL: http://svn.erp5.org?rev=40179&view=rev
Log:
- use inline template to make buildout possible to run with external
extension
Note: It is not possible to download input file for
collective.recipe.template
Removed:
erp5/trunk/buildout/templates/software-home.inc.in
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=40179&r1=40178&r2=40179&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Wed Nov 10 17:13:06 2010
@@ -84,16 +84,16 @@ urls =
http://www.erp5.org/dists/snapshot/products/ZMySQLDDA.tgz
http://www.erp5.org/dists/snapshot/products/ZSQLCatalog.tgz
-[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}
-download-only = true
-
[software_home]
recipe = collective.recipe.template
-# does not work because of bug in collective.recipe.template (input have to be
-# available in __init__)
-#input = ${download-software-home-template:location}/${download-software-home-template:filename}
-input = ${buildout:software_home}/templates/software-home.inc.in
+input = inline:
+ [buildout]
+ software_home = ${buildout:software_home}
+ eggs-directory = ${buildout:eggs-directory}
+ develop-eggs-directory = ${buildout:develop-eggs-directory}
+
+ [software_definition]
+ software_home = ${buildout:software_home}
+ executable = ${software_definition:executable}
+ mysql_software = ${software_definition:mysql_software}
output = ${buildout:software_home}/instance-profiles/software-home.inc
Removed: erp5/trunk/buildout/templates/software-home.inc.in
URL: http://svn.erp5.org/erp5/trunk/buildout/templates/software-home.inc.in?rev=40178&view=auto
==============================================================================
--- erp5/trunk/buildout/templates/software-home.inc.in [utf8] (original)
+++ erp5/trunk/buildout/templates/software-home.inc.in (removed)
@@ -1,10 +0,0 @@
-[buildout]
-software_home = ${buildout:software_home}
-eggs-directory = ${buildout:eggs-directory}
-develop-eggs-directory = ${buildout:develop-eggs-directory}
-
-[software_definition]
-software_home = ${buildout:software_home}
-executable = ${software_definition:executable}
-mysql_software = ${software_definition:mysql_software}
-
More information about the Erp5-report
mailing list