From 24fb9749af0e26d4ced77d309c50c20eac7fc7c5 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Fri, 23 Feb 2018 09:01:39 +0100 Subject: [PATCH] [buildout] Ensure correct branches of dependencies are used beat.core must be 1.6.x beat.backend.python must be 1.5.x --- buildout.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index c2a0400df..4526a7a88 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -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 -- GitLab