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

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


Author: luke
Date: Thu Aug 26 11:56:05 2010
New Revision: 38027

URL: http://svn.erp5.org?rev=38027&view=rev
Log:
 - only download is needed
 - input have to be existing path

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=38027&r1=38026&r2=38027&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Thu Aug 26 11:56:05 2010
@@ -231,8 +231,9 @@ urls =
 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
-input = ${download-software-home-template:filename}
+input = ${download-software-home-template:location}/${download-software-home-template:filename}
 output = ${buildout:software_home}/instance-profiles/software-home.inc




More information about the Erp5-report mailing list