Move bootstrap2.4 script generation to python2.4.cfg recipe

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34212 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de7ea13b
...@@ -45,14 +45,6 @@ parts = ...@@ -45,14 +45,6 @@ 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 =
......
...@@ -34,3 +34,10 @@ scripts = ...@@ -34,3 +34,10 @@ scripts =
invokepython=python${python2.4:python_version_major} invokepython=python${python2.4:python_version_major}
ipython=ipython${python2.4:python_version_major} ipython=ipython${python2.4:python_version_major}
[bootstrap2.4]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.4
scripts =
buildout=bootstrap2.4
arguments = ["bootstrap"]
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