[Erp5-report] r34511 lucas - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 13 15:58:58 CEST 2010


Author: lucas
Date: Tue Apr 13 15:58:56 2010
New Revision: 34511

URL: http://svn.erp5.org?rev=34511&view=rev
Log:
Disable ipython, we do not need it now and it is crashing during the download.

Modified:
    erp5/trunk/buildout/profiles/deployment.cfg
    erp5/trunk/buildout/software-profiles/python-2.4.cfg

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=34511&r1=34510&r2=34511&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Tue Apr 13 15:58:56 2010
@@ -27,7 +27,7 @@
 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]

Modified: erp5/trunk/buildout/software-profiles/python-2.4.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.4.cfg?rev=34511&r1=34510&r2=34511&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Tue Apr 13 15:58:56 2010
@@ -32,7 +32,8 @@
 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




More information about the Erp5-report mailing list