Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
4b0e0a2f
Commit
4b0e0a2f
authored
Dec 11, 2018
by
André Anjos
💬
Browse files
[buildout] Cleanup buildout cfg files to remove outdated scripts (see
#63
)
parent
f9f4afd7
Pipeline
#25370
canceled with stage
in 4 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
buildout.cfg
View file @
4b0e0a2f
...
...
@@ -9,7 +9,6 @@ recipe = bob.buildout:scripts
[docker]
recipe = collective.recipe.cmd
cmds = BUILDOUT=true ./scripts/before_test.sh build
uninstall_cmds = BUILDOUT=true ./scripts/before_test.sh cleanup
cmds = BUILDOUT=true ./scripts/docker_pull.sh
on_install = true
on_update = true
develop.cfg
View file @
4b0e0a2f
[buildout]
index = https://pypi.org/simple
parts = scripts docker_images cxx_algorithms
parts = scripts docker
extensions = mr.developer
auto-checkout = *
develop = .
develop = src/beat.backend.python
.
newest = false
eggs = beat.core
beat.backend.python
[sources]
beat.backend.python = git https://gitlab.idiap.ch/beat/beat.backend.python
branch=1.6.x
beat.backend.python = git https://gitlab.idiap.ch/beat/beat.backend.python
[scripts]
recipe = bob.buildout:scripts
[docker
_images
]
[docker]
recipe = collective.recipe.cmd
cmds = ./buildout_pull_images.sh
uninstall_cmds =
on_install = true
on_update = true
[cxx_algorithms]
recipe = collective.recipe.cmd
cmds = ./buildout_compile_cxx_algorithm.sh build
uninstall_cmds = ./buildout_compile_cxx_algorithm.sh cleanup
cmds = BUILDOUT=true ./scripts/docker_pull.sh
on_install = true
on_update = true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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