[Erp5-report] r40947 rafael - /erp5/trunk/buildout/profiles/official.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 07:12:22 CET 2010


Author: rafael
Date: Wed Dec  1 07:12:21 2010
New Revision: 40947

URL: http://svn.erp5.org?rev=40947&view=rev
Log:

Define executable to script generated by buildout. This variable is used by instance setups as standard executable because all eggs are available only by this script and not into the binary.

Modified:
    erp5/trunk/buildout/profiles/official.cfg

Modified: erp5/trunk/buildout/profiles/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official.cfg?rev=40947&r1=40946&r2=40947&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Wed Dec  1 07:12:21 2010
@@ -65,7 +65,6 @@ parts =
   zope-2.8
   cmf15
   itools
-  pythonbin2.4
   bootstrap2.4
   mysql-python
   products-deps
@@ -85,4 +84,8 @@ software_home = ${buildout:software_home
 # Thanks to this it is possible to build mysql-python part in own environment
 # with local mysql, but by default buildout mysql will be used.
 mysql_software = ${mysql-tritonn-5.0:location}
-executable = ${python2.4:executable}
+#executable = ${python2.4:executable}
+# Define executable to script generated by buildout. This variable is used by
+# instance setups as standard executable because all eggs are available only
+# by this script and not into the binary.
+executable = ${:software_home}/bin/python2.4



More information about the Erp5-report mailing list