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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 28 16:25:08 CEST 2010


Author: luke
Date: Tue Sep 28 16:25:07 2010
New Revision: 38730

URL: http://svn.erp5.org?rev=38730&view=rev
Log:
 - add part for easy bin/buildout rebootstrapping

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

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=38730&r1=38729&r2=38730&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Tue Sep 28 16:25:07 2010
@@ -37,3 +37,8 @@ python = python2.4
 scripts =
     buildout=bootstrap2.4
 arguments = ["bootstrap"]
+
+[rebootstrap2.4]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.4

Modified: erp5/trunk/buildout/software-profiles/python-2.6.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.6.cfg?rev=38730&r1=38729&r2=38730&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Tue Sep 28 16:25:07 2010
@@ -16,3 +16,8 @@ python = python2.6
 scripts =
     buildout=bootstrap2.6
 arguments = ["bootstrap"]
+
+[rebootstrap2.6]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.6

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=38730&r1=38729&r2=38730&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 16:25:07 2010
@@ -27,3 +27,8 @@ python = python2.7
 scripts =
     buildout=bootstrap2.7
 arguments = ["bootstrap"]
+
+[rebootstrap2.7]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.7




More information about the Erp5-report mailing list