From 4589e85a0e65a9a2e88a83817a32392295f06c14 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 17 Apr 2014 15:07:16 +0200 Subject: [PATCH] Updated buildout with new rules --- buildout.cfg | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 983501b..0913712 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,15 +1,28 @@ ; vim: set fileencoding=utf-8 : ; Andre Anjos <andre.anjos@idiap.ch> -; Mon 16 Apr 08:29:18 2012 CEST +; Thu 17 Apr 15:06:39 2014 CEST [buildout] -parts = xbob.flandmark scripts -newest = false -eggs = xbob.flandmark -;prefixes = /Users/andre/work/bob/b/dbg +parts = scripts +eggs = xbob.ip.flandmark +extensions = xbob.buildout + mr.developer +auto-checkout = * +develop = src/xbob.extension + src/xbob.blitz + src/xbob.io + . -[xbob.flandmark] -recipe = xbob.buildout:develop +; options for xbob.buildout extension +debug = true +verbose = true +prefixes = /idiap/group/torch5spro/nightlies/last/bob/linux-x86_64-release + /Users/andre/work/bob/b/dbg/ + +[sources] +xbob.extension = git https://github.com/bioidiap/xbob.extension branch=prototype +xbob.blitz = git https://github.com/bioidiap/xbob.blitz +xbob.io = git https://github.com/bioidiap/xbob.io [scripts] recipe = xbob.buildout:scripts -- GitLab