[Erp5-report] r34305 leonardo - /erp5/trunk/buildout/profiles/official-2.12.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 6 23:51:13 CEST 2010


Author: leonardo
Date: Tue Apr  6 23:51:12 2010
New Revision: 34305

URL: http://svn.erp5.org?rev=34305&view=rev
Log:
reorder parts to build mysql-python only after mysql-tritonn-5.0

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

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=34305&r1=34304&r2=34305&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Tue Apr  6 23:51:12 2010
@@ -25,9 +25,13 @@
 python = software_definition
 versions = versions
 
+# the order of the parts below is very sensitive. We don't want to keep a hard
+# reference between [mysql-python] and [mysql-tritonn-5.0] otherwise instances
+# could end up triggering a rebuild of mysql+senna. But this means
+# [mysql-tritonn-5.0] must be built before [mysql-python] and before any parts
+# that keep hard references to it, including [eggs]
 parts =
   itools-build
-  eggs
   apache
   memcached
 #  ocropus
@@ -40,11 +44,13 @@
   openoffice-bin
   oood
   python2.6
+  eggs
   products
 #  omelette
   bootstrap2.6
   bt5-erp5
   bt5-erp5-extra
+#  business-templates
   software_home
 
 [show-requirements]




More information about the Erp5-report mailing list