[Erp5-report] r32636 luke - in /erp5/trunk/buildout: ./ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 15:56:29 CET 2010


Author: luke
Date: Tue Feb 16 15:56:28 2010
New Revision: 32636

URL: http://svn.erp5.org?rev=32636&view=rev
Log:
 - add memcached with libevent
 - cleanup official file

Added:
    erp5/trunk/buildout/software-profiles/libevent.cfg
Modified:
    erp5/trunk/buildout/official.cfg
    erp5/trunk/buildout/software-profiles/memcached.cfg

Modified: erp5/trunk/buildout/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/official.cfg?rev=32636&r1=32635&r2=32636&view=diff
==============================================================================
--- erp5/trunk/buildout/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/official.cfg [utf8] Tue Feb 16 15:56:28 2010
@@ -9,6 +9,7 @@
   software-profiles/flare.cfg
   software-profiles/haproxy.cfg
   software-profiles/imagemagick.cfg
+  software-profiles/libevent.cfg
   software-profiles/memcached.cfg
   software-profiles/mysql-tritonn-5.0.cfg
   software-profiles/oood.cfg
@@ -33,6 +34,7 @@
 parts =
   pythonbin
   apache
+  memcached
 #  haproxy
   varnish
   mysql-tritonn-5.0
@@ -46,14 +48,8 @@
   bt5-erp5
   openoffice-bin
   oood
-#  erp5-bt5
-#  erp5-products
-# More debugging is better, see http://pypi.python.org/pypi/zc.buildout#always-unzipping-eggs
-unzip = true
 
 [show-requirements]
-# XXX: probably better way to merge results from all parts is needed
-# XXX: convert into proper recipe if possible
 recipe = plone.recipe.command
 command =
   echo "Required binary files: ${requirements:binary}"

Added: erp5/trunk/buildout/software-profiles/libevent.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/libevent.cfg?rev=32636&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/libevent.cfg (added)
+++ erp5/trunk/buildout/software-profiles/libevent.cfg [utf8] Tue Feb 16 15:56:28 2010
@@ -1,0 +1,6 @@
+[buildout]
+parts = libevent
+
+[libevent]
+recipe = hexagonit.recipe.cmmi
+url = http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz

Modified: erp5/trunk/buildout/software-profiles/memcached.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/memcached.cfg?rev=32636&r1=32635&r2=32636&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/memcached.cfg [utf8] Tue Feb 16 15:56:28 2010
@@ -1,1 +1,8 @@
 [buildout]
+parts = memcached
+
+[memcached]
+recipe = hexagonit.recipe.cmmi
+url = http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
+configure-options =
+  --with-libevent=${libevent:location}




More information about the Erp5-report mailing list