From cd904ec671fbdceee3c62ac3a6c54de6cc51d537 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Thu, 8 Mar 2018 11:12:09 +0100
Subject: [PATCH] [buildout] Checkout the beat.backend.python_v1.4.2_1 tag for
 beat.examples

This fixes the issue that the examples on the latest master are using
the 1.5 version of the python backend which is not yet released.

Relates to:
https://gitlab.idiap.ch/beat/beat.examples/issues/12
---
 buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout.cfg b/buildout.cfg
index 7db0479a2..a3d4671da 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -89,7 +89,7 @@ eggs = alabaster
 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
+beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false rev=beat.backend.python_v1.4.2_1
 
 [scripts]
 recipe = bob.buildout:scripts
-- 
GitLab