generate bin/bootstrap2.4 to shortcut the bootstraping process of instances

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e42175f5
...@@ -36,6 +36,7 @@ parts = ...@@ -36,6 +36,7 @@ parts =
cmf15 cmf15
itools itools
pythonbin2.4 pythonbin2.4
bootstrap2.4
mysql-python mysql-python
products-deps products-deps
products-erp5 products-erp5
...@@ -44,6 +45,14 @@ parts = ...@@ -44,6 +45,14 @@ parts =
openoffice-bin openoffice-bin
oood oood
[bootstrap2.4]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.4
scripts =
buildout=bootstrap2.4
arguments = ["bootstrap"]
[show-requirements] [show-requirements]
recipe = plone.recipe.command recipe = plone.recipe.command
command = command =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment