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

- force using zc.buildout 1.4.4 in case of default buildout, as 1.5.x + are...

 - force using zc.buildout 1.4.4 in case of default buildout, as 1.5.x + are not compatible with provided way to generate instances


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38065 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f47594c6
......@@ -16,7 +16,7 @@ software: bin/buildout
$(PYTHON) -S bin/buildout $(BUILDOUT_OPT)
bin/buildout:
$(PYTHON) -S bootstrap/bootstrap.py -d
$(PYTHON) -S bootstrap/bootstrap.py -d -v 1.4.4
# run make assert to check that all is working
assert: bin/python2.4
......
This diff is collapsed.
......@@ -4,3 +4,5 @@ extends = ../profiles/versions-common.cfg
[versions]
itools = 0.20.8
zc.buildout = 1.4.4
zc.recipe.egg = 1.2.2
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