[Erp5-report] r39989 luke - /erp5/trunk/buildout/software-profiles/cloudooo.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 5 18:27:58 CET 2010


Author: luke
Date: Fri Nov  5 18:27:57 2010
New Revision: 39989

URL: http://svn.erp5.org?rev=39989&view=rev
Log:
 - simplify profile

Modified:
    erp5/trunk/buildout/software-profiles/cloudooo.cfg

Modified: erp5/trunk/buildout/software-profiles/cloudooo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/cloudooo.cfg?rev=39989&r1=39988&r2=39989&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] Fri Nov  5 18:27:57 2010
@@ -4,9 +4,7 @@ extends =
   ../software-profiles/openoffice-bin.cfg
 
 parts =
-  openoffice-bin
-  python2.6
-  pythonbin2.6
+  cloudooo
 
 extensions = mr.developer
 sources = sources
@@ -15,14 +13,9 @@ auto-checkout = cloudooo
 [sources]
 cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
 
-[pythonbin2.6]
-recipe = zc.recipe.egg:scripts
+[cloudooo]
+recipe = zc.recipe.egg
 python = python2.6
-eggs = ${eggs:eggs}
-  invokepython>=0.4
+interpreter = pycloudoo
 scripts =
-  invokepython=python${python2.6:python_version_major}
-  ipython=ipython${python2.6:python_version_major}
- 
-[eggs]
 eggs = cloudooo




More information about the Erp5-report mailing list