diff --git a/buildout.cfg b/buildout.cfg index 1e13ea43d333158f85a596194e38c606816cb052..6bc8f44756eaf3cc95ada14474d735dcae44b986 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,39 +1,13 @@ ; vim: set fileencoding=utf-8 : -; Manuel Guenther -; 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 0000000000000000000000000000000000000000..1e13ea43d333158f85a596194e38c606816cb052 --- /dev/null +++ b/develop.cfg @@ -0,0 +1,39 @@ +; vim: set fileencoding=utf-8 : +; Manuel Guenther +; 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