/[public]/erp5/trunk/buildout/software-profiles/cloudooo.cfg
ERP5 logo

Diff of /erp5/trunk/buildout/software-profiles/cloudooo.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40937, Tue Nov 30 16:58:59 2010 UTC revision 40940, Tue Nov 30 17:20:22 2010 UTC
# Line 1  Line 1 
1  [buildout]  [buildout]
2    software_home = ${:directory}
3    
4  extends =  extends =
5    ../profiles/versions-common.cfg    ../profiles/versions-common.cfg
6      ../profiles/software-definition.cfg
7      ../profiles/common.cfg
8    ../software-profiles/python-2.6.cfg    ../software-profiles/python-2.6.cfg
9    ../software-profiles/openoffice-bin.cfg    ../software-profiles/openoffice-bin.cfg
10    
11    python = software_definition
12  versions = versions  versions = versions
   
13  parts =  parts =
14      software_home
15    cloudooo    cloudooo
16      instance-egg
17    openoffice-bin    openoffice-bin
18    python2.6    python2.6
19    bootstrap2.6    bootstrap2.6
# Line 16  extensions = mr.developer Line 22  extensions = mr.developer
22  sources = sources  sources = sources
23  auto-checkout = cloudooo  auto-checkout = cloudooo
24    
25    [instance-egg]
26    recipe = zc.recipe.egg
27    python = python2.6
28    eggs =
29      erp5.recipe.cloudoooinstance
30      z3c.recipe.mkdir
31    
32  [sources]  [sources]
33  cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo  cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
34    
# Line 24  recipe = zc.recipe.egg Line 37  recipe = zc.recipe.egg
37  python = python2.6  python = python2.6
38  interpreter = pycloudoo  interpreter = pycloudoo
39  scripts =  scripts =
40  eggs = cloudooo  eggs =
41      cloudooo
42    
43    [software_definition]
44    software_home = ${buildout:software_home}
45    executable = ${python2.6:executable}

Legend:
Removed from v.40937  
changed lines
  Added in v.40940

  ViewVC Help
Powered by ViewVC 1.1.2