[Erp5-report] r32771 luke - in /erp5/trunk/buildout: TODO.txt software-profiles/erp5.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 13:42:08 CET 2010


Author: luke
Date: Thu Feb 18 13:42:04 2010
New Revision: 32771

URL: http://svn.erp5.org?rev=32771&view=rev
Log:
 - as mysql-python egg build is software component, no instance component, it
   is ok - and even required - to use in-buildout definition of component, as
   it triggers buildout dependency

Modified:
    erp5/trunk/buildout/TODO.txt
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/TODO.txt
URL: http://svn.erp5.org/erp5/trunk/buildout/TODO.txt?rev=32771&r1=32770&r2=32771&view=diff
==============================================================================
--- erp5/trunk/buildout/TODO.txt [utf8] (original)
+++ erp5/trunk/buildout/TODO.txt [utf8] Thu Feb 18 13:42:04 2010
@@ -23,3 +23,6 @@
    - consider using own recipie
  - add bin/ and var/bin/ to path
  - if software do not provide instance, put its binaries to bin/
+ - use declarative way of selecting in-buildout dependencies
+     For example mysql-python egg is build against locally built mysql, but
+     version of mysql is hardcoded in mysql-python egg part.

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=32771&r1=32770&r2=32771&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Thu Feb 18 13:42:04 2010
@@ -35,7 +35,7 @@
 include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/
 
 [mysql-python-env]
-PATH =${software_definition:mysql_software}/bin:%(PATH)s
+PATH =${mysql-tritonn-5.0:location}/bin:%(PATH)s
 
 [mysql-python]
 recipe = zc.recipe.egg:custom




More information about the Erp5-report mailing list