[Erp5-report] r43902 luke - /erp5/trunk/buildout/software-profiles/kumo.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 16:41:42 CET 2011


Author: luke
Date: Wed Mar  2 16:41:42 2011
New Revision: 43902

URL: http://svn.erp5.org?rev=43902&view=rev
Log:
 - patch kumofs to provide ipv6 support and fix issue with
   https://github.com/etolabo/kumofs/issues#issue/8

Modified:
    erp5/trunk/buildout/software-profiles/kumo.cfg

Modified: erp5/trunk/buildout/software-profiles/kumo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/kumo.cfg?rev=43902&r1=43901&r2=43902&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] Wed Mar  2 16:41:42 2011
@@ -15,11 +15,19 @@ recipe = hexagonit.recipe.download
 download-only=true
 filename = kumo-hooks.py
 
+[kumo-ipv6-multiip-patch-download]
+recipe = slapos.recipe.download
+url = http://www.nexedi.org/static/patches/kumofs-0.4.13_ipv6support_multiiplistenfix.patch
+md5sum = 53af9f1f1375940841c589a6cbe11425
+download-only = true
+
 [kumo]
 pre-configure-hook = ${kumo-hooks-download:location}/${kumo-hooks-download:filename}:pre_configure_hook
 recipe = erp5.recipe.cmmiforcei686
 url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz
 md5sum = 46148e9536222d0ad2ef36777c55714d
+patches = ${kumo-ipv6-multiip-patch-download:target}
+patch-options = -p1
 configure-options =
   --with-tokyocabinet=${tokyocabinet:location}
   --with-msgpack=${messagepack:location}



More information about the Erp5-report mailing list