[Erp5-report] r34209 leonardo - /erp5/trunk/buildout/profiles/official.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 30 15:46:44 CEST 2010
Author: leonardo
Date: Tue Mar 30 15:46:42 2010
New Revision: 34209
URL: http://svn.erp5.org?rev=34209&view=rev
Log:
generate bin/bootstrap2.4 to shortcut the bootstraping process of instances
Modified:
erp5/trunk/buildout/profiles/official.cfg
Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=34209&r1=34208&r2=34209&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Tue Mar 30 15:46:42 2010
@@ -36,6 +36,7 @@
cmf15
itools
pythonbin2.4
+ bootstrap2.4
mysql-python
products-deps
products-erp5
@@ -43,6 +44,14 @@
products-other
openoffice-bin
oood
+
+[bootstrap2.4]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.4
+scripts =
+ buildout=bootstrap2.4
+arguments = ["bootstrap"]
[show-requirements]
recipe = plone.recipe.command
More information about the Erp5-report
mailing list