From 2eae9490f507c46b95d7808cb7e7a88debd44003 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Tue, 6 Mar 2018 12:18:35 +0100
Subject: [PATCH] [buildout] Pin beat.cmdline to 1.4.x branch

---
 buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout.cfg b/buildout.cfg
index e8ab3838d..b46762413 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -88,7 +88,7 @@ eggs = alabaster
 
 [sources]
 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.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.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
 
-- 
GitLab