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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 2 16:49:00 CET 2011


Author: luke
Date: Wed Mar  2 16:49:00 2011
New Revision: 43903

URL: http://svn.erp5.org?rev=43903&view=rev
Log:
 - because of bug in hexagonit.recipe.download (used in
   hexagonit.recipe.cmmi), which destroys buildout environment it is not
   safe to use slapos.recipe.download

Reference: https://github.com/hexagonit/hexagonit.recipe.download/issues#issue/6

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=43903&r1=43902&r2=43903&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] Wed Mar  2 16:49:00 2011
@@ -16,8 +16,9 @@ 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
+recipe = hexagonit.recipe.download
+url = http://www.nexedi.org/static/patches/${:filename}
+filename = kumofs-0.4.13_ipv6support_multiiplistenfix.patch
 md5sum = 53af9f1f1375940841c589a6cbe11425
 download-only = true
 
@@ -26,7 +27,7 @@ pre-configure-hook = ${kumo-hooks-downlo
 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}
+patches = ${kumo-ipv6-multiip-patch-download:location}/${kumo-ipv6-multiip-patch-download:filename}
 patch-options = -p1
 configure-options =
   --with-tokyocabinet=${tokyocabinet:location}



More information about the Erp5-report mailing list