Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
slapos
Commits
7dfd630f
Commit
7dfd630f
authored
Oct 24, 2015
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloudooo: downloading of binaries needed for yformat conversion
parent
fbf32b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
component/cloudooo/buildout.cfg
component/cloudooo/buildout.cfg
+20
-0
No files found.
component/cloudooo/buildout.cfg
View file @
7dfd630f
...
...
@@ -5,6 +5,25 @@ extends =
parts =
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]
recipe = zc.recipe.egg:develop
setup = ${cloudooo-repository:location}
...
...
@@ -17,6 +36,7 @@ git-executable = ${git:location}/bin/git
[cloudooo]
recipe = zc.recipe.egg
yformat-depend = ${cloudooo-yformat-bin-lib:destination}
eggs =
${lxml-python:egg}
PasteScript
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment