[Erp5-report] r38712 luke - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 28 14:08:47 CEST 2010


Author: luke
Date: Tue Sep 28 14:08:44 2010
New Revision: 38712

URL: http://svn.erp5.org?rev=38712&view=rev
Log:
 - build python using erp5.recipe.cmmisafe wrapper, that during
   uninstallation of python part no harm would be done to python itself

Modified:
    erp5/trunk/buildout/software-profiles/python-2.7.cfg
    erp5/trunk/buildout/software-profiles/python-common.cfg

Modified: erp5/trunk/buildout/software-profiles/python-2.7.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.7.cfg?rev=38712&r1=38711&r2=38712&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] Tue Sep 28 14:08:44 2010
@@ -9,7 +9,7 @@ prefix = ${buildout:parts-directory}/${:
 version = 2.7
 executable = ${:prefix}/bin/python${:version}
 
-recipe = hexagonit.recipe.cmmi
+recipe = erp5.recipe.cmmisafe
 python_version_full = ${:python_version_major}
 url =
   http://python.org/ftp/python/2.7/Python-2.7.tgz

Modified: erp5/trunk/buildout/software-profiles/python-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-common.cfg?rev=38712&r1=38711&r2=38712&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] Tue Sep 28 14:08:44 2010
@@ -14,7 +14,7 @@ prefix = ${buildout:parts-directory}/${:
 version = ${:python_version_major}
 executable = ${:prefix}/bin/python${:version}
 
-recipe = hexagonit.recipe.cmmi
+recipe = erp5.recipe.cmmisafe
 python_version_full = ${:python_version_major}.${:python_version_minor}
 url =
   http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz




More information about the Erp5-report mailing list