From aa73730d570046ce22661e02b623115ae7472edf Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <183.amir@gmail.com>
Date: Tue, 31 Jan 2017 17:23:46 +0100
Subject: [PATCH] update buildout.cfg file

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

diff --git a/buildout.cfg b/buildout.cfg
index 20f0513..a959ae4 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,56 +1,14 @@
 ; vim: set fileencoding=utf-8 :
-; Manuel Guenther <manuel.guenther@idiap.ch>
-; Thu Oct  9 16:51:06 CEST 2014
+; Tue Jan 31 17:22:48 CET 2017
 
 [buildout]
 parts = scripts
+develop = .
 eggs = bob.fusion.base
-       gridtk
-       ipdb
-       pytest
-
 extensions = bob.buildout
-             mr.developer
-auto-checkout = *
-develop = .
-          src/bob.measure
-;          src/bob.blitz
-;          src/bob.core
-;          src/bob.io.base
-;          src/bob.learn.activation
-;          src/bob.math
-;          src/bob.learn.linear
-;          src/bob.sp
-;          src/bob.learn.em
-;          src/bob.measure
-;          src/bob.db.base
-;          src/bob.db.verification.utils
-;          src/bob.db.verification.filelist
-;          src/bob.db.atnt
-;          src/bob.io.image
-         
-; options for bob.buildout
-debug = true
-verbose = true
 newest = false
-
-[sources]
-;bob.extension = git https://github.com/bioidiap/bob.extension
-;bob.blitz = git https://github.com/bioidiap/bob.blitz
-;bob.core = git https://github.com/bioidiap/bob.core
-;bob.io.base = git https://github.com/bioidiap/bob.io.base
-;bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
-;bob.math = git https://github.com/bioidiap/bob.math
-;bob.sp = git https://github.com/bioidiap/bob.sp
-;bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
-;bob.learn.em = git https://github.com/bioidiap/bob.learn.em
-bob.measure = git https://github.com/bioidiap/bob.measure
-;bob.db.base = git https://github.com/bioidiap/bob.db.base
-;bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
-;bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist
-;bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
-;bob.io.image = git https://github.com/bioidiap/bob.io.image
+verbose = true
 
 [scripts]
 recipe = bob.buildout:scripts
-dependent-scripts = true
+dependent-scripts = true
\ No newline at end of file
-- 
GitLab