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] [buildout]
parts = sysegg scripts django node bower help parts = sysegg scripts docker_images cxx_algorithms django node bower help
extensions = mr.developer extensions = mr.developer
index = https://pypi.org/simple index = https://pypi.org/simple
auto-checkout = * auto-checkout = *
...@@ -93,6 +93,20 @@ beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false ...@@ -93,6 +93,20 @@ beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
[scripts] [scripts]
recipe = bob.buildout: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] [django]
recipe = djangorecipe recipe = djangorecipe
project = beat project = beat
......
...@@ -60,6 +60,7 @@ setup( ...@@ -60,6 +60,7 @@ setup(
"docopt", "docopt",
"docutils", "docutils",
"Jinja2", "Jinja2",
"nose",
"psycopg2", "psycopg2",
"pytz", "pytz",
"psutil", "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