Commit f4d21c6f authored by Łukasz Nowak's avatar Łukasz Nowak

- add part for easy bin/buildout rebootstrapping


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0853fb6b
...@@ -37,3 +37,8 @@ python = python2.4 ...@@ -37,3 +37,8 @@ python = python2.4
scripts = scripts =
buildout=bootstrap2.4 buildout=bootstrap2.4
arguments = ["bootstrap"] arguments = ["bootstrap"]
[rebootstrap2.4]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.4
...@@ -16,3 +16,8 @@ python = python2.6 ...@@ -16,3 +16,8 @@ python = python2.6
scripts = scripts =
buildout=bootstrap2.6 buildout=bootstrap2.6
arguments = ["bootstrap"] arguments = ["bootstrap"]
[rebootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.6
...@@ -27,3 +27,8 @@ python = python2.7 ...@@ -27,3 +27,8 @@ python = python2.7
scripts = scripts =
buildout=bootstrap2.7 buildout=bootstrap2.7
arguments = ["bootstrap"] arguments = ["bootstrap"]
[rebootstrap2.7]
recipe = zc.recipe.egg
eggs = zc.buildout
python = python2.7
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