[Erp5-report] r31981 luke - /erp5/trunk/buildout/mysql-tritonn-5.0/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 26 15:06:02 CET 2010


Author: luke
Date: Tue Jan 26 15:05:59 2010
New Revision: 31981

URL: http://svn.erp5.org?rev=31981&view=rev
Log:
 - remove old urls
 - explain why patch (at least for now) is stored locally

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

Modified: erp5/trunk/buildout/mysql-tritonn-5.0/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/mysql-tritonn-5.0/buildout.cfg?rev=31981&r1=31980&r2=31981&view=diff
==============================================================================
--- erp5/trunk/buildout/mysql-tritonn-5.0/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/mysql-tritonn-5.0/buildout.cfg [utf8] Tue Jan 26 15:05:59 2010
@@ -23,17 +23,14 @@
 
 [mysql-tritonn-5.0]
 recipe = hexagonit.recipe.cmmi
-#url = http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.1/mysql-5.1.35.tar.gz
 url = http://downloads.mysql.com/archives/mysql-5.0/mysql-5.0.87.tar.gz
 pre-configure-hook = ${buildout:directory}/mysql-tritonn-5.0/src/mysql_pre_configure.py:hook
-configure-options = --with-senna --without-mecab 
+configure-options = --with-senna --without-mecab
 patch-options = -p1
-# XXX: maybe download patches and use downloads directory?
-patches =
-# would be nice if the Senna or Tritonn folks released patches for more
-# recent versions of MySQL
-# ${buildout:directory}/patches/mysql-5.0.67-add-ylwrap.diff is really required?
-    ${buildout:directory}/mysql-tritonn-5.0/patches/tritonn-1.0.12-mysql-5.0.87.diff
+# might be better to download patch from
+# http://sourceforge.jp/frs/redir.php?m=iij&f=%2Ftritonn%2F44472%2Ftritonn-1.0.12-mysql-5.0.87.diff
+# but putting in url downloads to redir.php instead of proper file name
+patches = ${buildout:directory}/mysql-tritonn-5.0/patches/tritonn-1.0.12-mysql-5.0.87.diff
 environment =
     PATH =${senna:location}/bin:%(PATH)s
 




More information about the Erp5-report mailing list