Commit caee9bd0 authored by Lucas Carvalho's avatar Lucas Carvalho

Disable ipython, we do not need it now and it is crashing during the download.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34511 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa9148b1
......@@ -27,7 +27,7 @@ supervisor_programs =
recipe = plone.recipe.command
command =
ln -sf ${software_definition:software_home}/bin/python2.4 ${buildout:bin-directory}/python2.4
ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4
#ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4
update-command = ${:command}
[software_definition]
......
......@@ -32,7 +32,8 @@ extra-paths =
dependent-scripts = true
scripts =
invokepython=python${python2.4:python_version_major}
ipython=ipython${python2.4:python_version_major}
# The download of ipython is failing to often and it is broking the building process of RPM.
# ipython=ipython${python2.4:python_version_major}
[bootstrap2.4]
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