From b7c1d4370fba2e65086fd2e4ce0dd003c904d0f1 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 1 Dec 2016 11:13:23 +0100 Subject: [PATCH] Standardize buildout.cfg --- buildout.cfg | 34 ++++------------------------------ develop.cfg | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 develop.cfg diff --git a/buildout.cfg b/buildout.cfg index 1e13ea43..6bc8f447 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,39 +1,13 @@ ; vim: set fileencoding=utf-8 : -; Manuel Guenther <manuel.guenther@idiap.ch> -; Thu Oct 9 16:51:06 CEST 2014 +; Mon 15 Aug 2016 09:48:28 CEST [buildout] parts = scripts +develop = . eggs = bob.learn.tensorflow - bob.db.casia_webface - bob.db.mobio - gridtk - extensions = bob.buildout - mr.developer -auto-checkout = * -develop = src/bob.db.mnist - src/gridtk - src/bob.db.casia_webface - src/bob.db.mobio - src/bob.db.lfw - . - -; options for bob.buildout -debug = false -verbose = true newest = false - - -[sources] -bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist.git -bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git -bob.db.mobio = git git@gitlab.idiap.ch:bob/bob.db.mobio.git -bob.db.lfw = git git@gitlab.idiap.ch:bob/bob.db.lfw.git -bob.db.casia_webface = git git@gitlab.idiap.ch:bob/bob.db.casia_webface.git -gridtk = git git@gitlab.idiap.ch:bob/gridtk - +verbose = true [scripts] -recipe = bob.buildout:scripts -dependent-scripts = true +recipe = bob.buildout:scripts \ No newline at end of file diff --git a/develop.cfg b/develop.cfg new file mode 100644 index 00000000..1e13ea43 --- /dev/null +++ b/develop.cfg @@ -0,0 +1,39 @@ +; vim: set fileencoding=utf-8 : +; Manuel Guenther <manuel.guenther@idiap.ch> +; Thu Oct 9 16:51:06 CEST 2014 + +[buildout] +parts = scripts +eggs = bob.learn.tensorflow + bob.db.casia_webface + bob.db.mobio + gridtk + +extensions = bob.buildout + mr.developer +auto-checkout = * +develop = src/bob.db.mnist + src/gridtk + src/bob.db.casia_webface + src/bob.db.mobio + src/bob.db.lfw + . + +; options for bob.buildout +debug = false +verbose = true +newest = false + + +[sources] +bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist.git +bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git +bob.db.mobio = git git@gitlab.idiap.ch:bob/bob.db.mobio.git +bob.db.lfw = git git@gitlab.idiap.ch:bob/bob.db.lfw.git +bob.db.casia_webface = git git@gitlab.idiap.ch:bob/bob.db.casia_webface.git +gridtk = git git@gitlab.idiap.ch:bob/gridtk + + +[scripts] +recipe = bob.buildout:scripts +dependent-scripts = true -- GitLab