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] [buildout]
extends = ../software-profiles/python-common.cfg extends =
../software-profiles/python-common.cfg
../profiles/bootstrap.cfg
parts = parts =
pythonbin2.4 pythonbin2.4
...@@ -31,12 +33,9 @@ scripts = ...@@ -31,12 +33,9 @@ scripts =
ipython=ipython${python2.4:python_version_major} ipython=ipython${python2.4:python_version_major}
[bootstrap2.4] [bootstrap2.4]
recipe = zc.recipe.egg <= bootstrap
eggs = zc.buildout suffix = 2.4
python = python2.4 python = python2.4
scripts =
buildout=bootstrap2.4
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.4] [rebootstrap2.4]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
[buildout] [buildout]
extends = ../software-profiles/python-common.cfg extends =
../software-profiles/python-common.cfg
../profiles/bootstrap.cfg
parts = parts =
python2.6 python2.6
...@@ -10,12 +12,9 @@ python_version_major = 2.6 ...@@ -10,12 +12,9 @@ python_version_major = 2.6
python_version_minor = 6 python_version_minor = 6
[bootstrap2.6] [bootstrap2.6]
recipe = zc.recipe.egg <= bootstrap
eggs = zc.buildout suffix = 2.6
python = python2.6 python = python2.6
scripts =
buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.6] [rebootstrap2.6]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
[buildout] [buildout]
extends =
../profiles/bootstrap.cfg
parts = parts =
python2.7 python2.7
...@@ -21,12 +24,9 @@ configure-options = ...@@ -21,12 +24,9 @@ configure-options =
python_version_major = 2.7 python_version_major = 2.7
[bootstrap2.7] [bootstrap2.7]
recipe = zc.recipe.egg <= bootstrap
eggs = zc.buildout suffix = 2.7
python = python2.7 python = python2.7
scripts =
buildout=bootstrap2.7
arguments = sys.argv[1:] + ["bootstrap"]
[rebootstrap2.7] [rebootstrap2.7]
recipe = zc.recipe.egg 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