Skip to content
Snippets Groups Projects
Commit 24fb9749 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[buildout] Ensure correct branches of dependencies are used

beat.core must be 1.6.x
beat.backend.python must be 1.5.x
parent d78d6c00
No related branches found
No related tags found
1 merge request!2551.4.x
......@@ -86,10 +86,10 @@ eggs = alabaster
wsgiref
[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core
beat.core = git git@gitlab.idiap.ch:beat/beat.core branch=1.6.x
beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false rev=beat.backend.python_v1.4.2_1
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python branch=1.5.x
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
[scripts]
recipe = bob.buildout:scripts
......
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