diff --git a/buildout.cfg b/buildout.cfg index 9a0613eeb1ed5540832b070f05234f79bac65e84..161e7d8ca87de26b73cb9d42bfade4b56584c067 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,24 +1,14 @@ ; vim: set fileencoding=utf-8 : -; Tiago de Freitas Pereira <tiago.pereira@idiap.ch> -; Mon 16 Nov 2015 17:06:40 CET +; Wed 17 Aug 16:25:52 CEST 2016 [buildout] parts = scripts +develop = . eggs = bob.db.cuhk_cufsf extensions = bob.buildout - mr.developer -auto-checkout = * -develop = src/bob.buildout - . - -; options for bob.buildout extension -debug = true -verbose = true newest = false - -[sources] -bob.buildout = git git@github.com:bioidiap/bob.buildout +verbose = true [scripts] recipe = bob.buildout:scripts -dependent-scripts=true +dependent-scripts = true