From ae40c91edb7938cb4c24abfce5c6a8710699ceb8 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 11 Jul 2016 16:11:09 +0200 Subject: [PATCH] [buildout] Fix bob.db.vera pull --- buildout.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 7361c96..fe03cdf 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,11 +3,19 @@ [buildout] parts = scripts extensions = bob.buildout + mr.developer eggs = bob.bio.vein + bob.bio.base bob.db.base bob.extension gridtk +develop = src/bob.db.vera + . +auto-checkout = * newest = false +[sources] +bob.db.vera = git git@github.com:bioidiap/bob.db.vera + [scripts] recipe = bob.buildout:scripts -- GitLab