Commit a25141ee authored by Łukasz Nowak's avatar Łukasz Nowak

- 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


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43903 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e08223b
...@@ -16,8 +16,9 @@ download-only=true ...@@ -16,8 +16,9 @@ download-only=true
filename = kumo-hooks.py filename = kumo-hooks.py
[kumo-ipv6-multiip-patch-download] [kumo-ipv6-multiip-patch-download]
recipe = slapos.recipe.download recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/kumofs-0.4.13_ipv6support_multiiplistenfix.patch url = http://www.nexedi.org/static/patches/${:filename}
filename = kumofs-0.4.13_ipv6support_multiiplistenfix.patch
md5sum = 53af9f1f1375940841c589a6cbe11425 md5sum = 53af9f1f1375940841c589a6cbe11425
download-only = true download-only = true
...@@ -26,7 +27,7 @@ pre-configure-hook = ${kumo-hooks-download:location}/${kumo-hooks-download:filen ...@@ -26,7 +27,7 @@ pre-configure-hook = ${kumo-hooks-download:location}/${kumo-hooks-download:filen
recipe = erp5.recipe.cmmiforcei686 recipe = erp5.recipe.cmmiforcei686
url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz url = https://github.com/downloads/etolabo/kumofs/kumofs-0.4.13.tar.gz
md5sum = 46148e9536222d0ad2ef36777c55714d 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 patch-options = -p1
configure-options = configure-options =
--with-tokyocabinet=${tokyocabinet:location} --with-tokyocabinet=${tokyocabinet:location}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment