From 69be3ef0055721165ed4119f2b1a6e4c936db17d Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 22 Jun 2016 13:43:36 +0200
Subject: [PATCH] [buildout] Use the right version of beat.core and
 beat.cmdline

---
 buildout.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 248ff806a..d1f05a47e 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -85,8 +85,8 @@ eggs = alabaster
        wsgiref
 
 [sources]
-beat.core = git git@gitlab.idiap.ch:beat/beat.core branch=gevent
-beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline branch=gevent
+beat.core = git git@gitlab.idiap.ch:beat/beat.core
+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
 cpulimit = git https://github.com/opsengine/cpulimit rev=v0.2 egg=false
-- 
GitLab