[Erp5-report] r37737 kazuhiko - /erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 12 10:49:13 CEST 2010


Author: kazuhiko
Date: Thu Aug 12 10:49:08 2010
New Revision: 37737

URL: http://svn.erp5.org?rev=37737&view=rev
Log:
add sphinx storage engine.

Modified:
    erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg

Modified: erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg?rev=37737&r1=37736&r2=37737&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] Thu Aug 12 10:49:08 2010
@@ -21,6 +21,13 @@ md5sum = 257abe9c4afdc9b08033687fd486a59
 filename = tritonn-1.0.12-mysql-5.0.87.diff
 download-only = true
 
+[mysql-5.0-sphinx-patch]
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+md5sum = e7ff31f4853f4391344a6a9a520fc98d
+filename = mysql-5.0.87-sphinx-1.10.diff
+download-only = true
+
 [mysql-tritonn-hooks-download]
 recipe = hexagonit.recipe.download
 url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/hooks/${:filename}
@@ -45,9 +52,12 @@ configure-options =
   --with-server-suffix=mysql-tritonn-5.0
   --enable-assembler
   --with-readline
+  --with-sphinx-storage-engine
 
 patch-options = -p1
-patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
+patches =
+  ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
+  ${mysql-5.0-sphinx-patch:location}/${mysql-5.0-sphinx-patch:filename}
 environment =
     PATH =${senna:location}/bin:%(PATH)s
     CFLAGS =-I${senna:location}/include/senna




More information about the Erp5-report mailing list