Skip to content
Snippets Groups Projects
Commit 1e8c047f authored by Philip ABBET's avatar Philip ABBET
Browse files

[buildout] Will now download the missing docker images

parent 113cd468
No related branches found
No related tags found
No related merge requests found
Pipeline #
[buildout]
parts = sysegg scripts django node bower help
parts = sysegg scripts docker_images cxx_algorithms django node bower help
extensions = mr.developer
index = https://pypi.org/simple
auto-checkout = *
......@@ -93,6 +93,20 @@ beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
[scripts]
recipe = bob.buildout:scripts
[docker_images]
recipe = collective.recipe.cmd
cmds = ./src/beat.core/buildout_pull_images.sh
uninstall_cmds =
on_install = true
on_update = true
[cxx_algorithms]
recipe = collective.recipe.cmd
cmds = ./src/beat.core//buildout_compile_cxx_algorithm.sh build
uninstall_cmds = ./src/beat.core/buildout_compile_cxx_algorithm cleanup
on_install = true
on_update = true
[django]
recipe = djangorecipe
project = beat
......
......@@ -60,6 +60,7 @@ setup(
"docopt",
"docutils",
"Jinja2",
"nose",
"psycopg2",
"pytz",
"psutil",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment