From 3ede1910a7bfcee68b34ed7383eb44667a2b127e Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 16 Mar 2014 08:16:05 +0100 Subject: [PATCH] Use both prefixes (not conflicting) --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index d116614..d1f0698 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -15,8 +15,8 @@ develop = src/xbob.extension ; options for xbob.buildout extension debug = true verbose = true -;prefixes = /Users/andre/work/bob/b/dbg/ prefixes = /idiap/group/torch5spro/nightlies/last/bob/linux-x86_64-release + /Users/andre/work/bob/b/dbg/ [sources] xbob.extension = git git@github.com:bioidiap/xbob.extension branch=prototype -- GitLab