Fix excessive reinstallation of buildout parts. Do not generate a bin/buildout...

Fix excessive reinstallation of buildout parts. Do not generate a bin/buildout script overwritting the one generated by boostrap.py

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36557 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63fb79d3
...@@ -101,10 +101,11 @@ eggs = ...@@ -101,10 +101,11 @@ eggs =
zope.testbrowser zope.testbrowser
python = python2.4 python = python2.4
dependent-scripts = true
interpreter = python${python2.4:version}
extra-paths = extra-paths =
${zope-2.8:location}/lib/python ${zope-2.8:location}/lib/python
# shut down script generation. Other parts can generate scripts as needed by
# reusing ${eggs:eggs}
scripts =
[requirements] [requirements]
development = development =
......
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