[Erp5-report] r34674 luke - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 20 11:31:41 CEST 2010


Author: luke
Date: Tue Apr 20 11:31:38 2010
New Revision: 34674

URL: http://svn.erp5.org?rev=34674&view=rev
Log:
 - reenable ipdb and ipython

Modified:
    erp5/trunk/buildout/profiles/deployment.cfg
    erp5/trunk/buildout/profiles/versions.cfg
    erp5/trunk/buildout/software-profiles/erp5.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=34674&r1=34673&r2=34674&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Tue Apr 20 11:31:38 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/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=34674&r1=34673&r2=34674&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Tue Apr 20 11:31:38 2010
@@ -3,7 +3,7 @@
 erp5diff = 0.2
 python-memcached = 1.45
 PyXML = 0.8.4
-#ipdb = 0.1dev_r1716
+ipdb = 0.1dev_r1716
 itools = 0.20.8
 numpy = 1.3.0
 plone.recipe.zope2instance = 3.6

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=34674&r1=34673&r2=34674&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Apr 20 11:31:38 2010
@@ -66,8 +66,7 @@
   cElementTree
   elementtree
   erp5diff
-# It depends of ipython, which is already disabled.
-#  ipdb
+  ipdb
   lxml
   mechanize
   numpy
@@ -81,6 +80,7 @@
   threadframe
   timerserver
   uuid
+
 python = python2.4
 dependent-scripts = true
 interpreter = python${python2.4:version}

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=34674&r1=34673&r2=34674&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 20 11:31:38 2010
@@ -32,8 +32,7 @@
 dependent-scripts = true
 scripts =
   invokepython=python${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}
+  ipython=ipython${python2.4:python_version_major}
 
 [bootstrap2.4]
 recipe = zc.recipe.egg




More information about the Erp5-report mailing list