From 05f5b46c986f5f3c77c4f4d8ac31cc144013a01f Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 20 Sep 2018 14:08:15 +0200 Subject: [PATCH] [buildout] Remove branch from beat.backend.python and beat.core They both have been merged to master. --- buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 056aacf4f..e8e152818 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -8,9 +8,9 @@ eggs += ipdb autopep8 [sources] -beat.core = git git@gitlab.idiap.ch:beat/beat.core branch=1.6.x +beat.core = git git@gitlab.idiap.ch:beat/beat.core beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline branch=1.4.x -beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python branch=1.5.x +beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false [docker_images] -- GitLab