Commit 1aaedea9 authored by Łukasz Nowak's avatar Łukasz Nowak

- factorise bootstraper in common profile and reuse


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43ca6afd
[buildout]
parts =
bootstrap
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
buildout=bootstrap${:suffix}
arguments = sys.argv[1:] + ["bootstrap"]
[buildout]
extends = ../software-profiles/python-common.cfg
extends =
../software-profiles/python-common.cfg
../profiles/bootstrap.cfg
parts =
pythonbin2.4
......@@ -31,12 +33,9 @@ scripts =
ipython=ipython${python2.4:python_version_major}
[bootstrap2.4]
recipe = zc.recipe.egg
eggs = zc.buildout
<= bootstrap
suffix = 2.4
python = python2.4
scripts =
buildout=bootstrap2.4
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.4]
recipe = zc.recipe.egg
......
[buildout]
extends = ../software-profiles/python-common.cfg
extends =
../software-profiles/python-common.cfg
../profiles/bootstrap.cfg
parts =
python2.6
......@@ -10,12 +12,9 @@ python_version_major = 2.6
python_version_minor = 6
[bootstrap2.6]
recipe = zc.recipe.egg
eggs = zc.buildout
<= bootstrap
suffix = 2.6
python = python2.6
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.6]
recipe = zc.recipe.egg
......
[buildout]
extends =
../profiles/bootstrap.cfg
parts =
python2.7
......@@ -21,12 +24,9 @@ configure-options =
python_version_major = 2.7
[bootstrap2.7]
recipe = zc.recipe.egg
eggs = zc.buildout
<= bootstrap
suffix = 2.7
python = python2.7
scripts =
buildout=bootstrap2.7
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.7]
recipe = zc.recipe.egg
......
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