[Erp5-report] r35041 luke - /erp5/trunk/buildout/profiles/official.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 6 10:10:16 CEST 2010


Author: luke
Date: Thu May  6 10:10:15 2010
New Revision: 35041

URL: http://svn.erp5.org?rev=35041&view=rev
Log:
 - by default force building of mysql
It is related with [34993] which allows to build mysql-python part with own
version of mysql.

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=35041&r1=35040&r2=35041&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official.cfg [utf8] Thu May  6 10:10:15 2010
@@ -53,3 +53,9 @@
 
 [software_definition]
 software_home = ${buildout:software_home}
+# as mysql-python part, which uses mysql-python-env is not depending directly
+# on mysql-tritonn-5.0 part, but official buildout shall provide whole software
+# set dependency here
+# 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}




More information about the Erp5-report mailing list