Commit 7dfd630f authored by Boris Kocherov's avatar Boris Kocherov

cloudooo: downloading of binaries needed for yformat conversion

parent fbf32b7f
...@@ -5,6 +5,25 @@ extends = ...@@ -5,6 +5,25 @@ extends =
parts = parts =
cloudooo cloudooo
[cloudooo-yformat-bin]
recipe = slapos.recipe.build:download
url = https://lab.nexedi.com/bk/DocumentServer/raw/073f135e2373e82277e71b3201bb9302da147be0/ServerComponents/Bin/x2t
directory = ${buildout:bin-directory}
destination = ${:directory}/x2t
md5sum = d91b489ef1e2836e89893abf158dd91d
mode = 0755
[cloudooo-yformat-bin-lib-dir]
recipe = slapos.cookbook:mkdirectory
lib = ${cloudooo-yformat-bin:directory}/lib/
[cloudooo-yformat-bin-lib]
recipe = slapos.recipe.build:download
url = https://lab.nexedi.com/bk/DocumentServer/raw/073f135e2373e82277e71b3201bb9302da147be0/ServerComponents/Bin/libdoctrenderer.so
destination = ${cloudooo-yformat-bin-lib-dir:lib}/libdoctrenderer.so
md5sum = 9d67aae590af76e575b6d60e6086c334
mode = 0644
[cloudooo-develop] [cloudooo-develop]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${cloudooo-repository:location} setup = ${cloudooo-repository:location}
...@@ -17,6 +36,7 @@ git-executable = ${git:location}/bin/git ...@@ -17,6 +36,7 @@ git-executable = ${git:location}/bin/git
[cloudooo] [cloudooo]
recipe = zc.recipe.egg recipe = zc.recipe.egg
yformat-depend = ${cloudooo-yformat-bin-lib:destination}
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
PasteScript PasteScript
......
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