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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 26 12:03:45 CEST 2010


Author: luke
Date: Thu Aug 26 12:03:43 2010
New Revision: 38028

URL: http://svn.erp5.org?rev=38028&view=rev
Log:
 - revert dynamic part because of collective.recipe.template bug

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=38028&r1=38027&r2=38028&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Thu Aug 26 12:03:43 2010
@@ -235,5 +235,8 @@ download-only = true
 
 [software_home]
 recipe = collective.recipe.template
-input = ${download-software-home-template:location}/${download-software-home-template:filename}
+# 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
 output = ${buildout:software_home}/instance-profiles/software-home.inc




More information about the Erp5-report mailing list