diff --git a/buildout-dev.cfg b/buildout-dev.cfg deleted file mode 100644 index a43a4e9c68fed2081a97ff2b84c026f6d5692f8c..0000000000000000000000000000000000000000 --- a/buildout-dev.cfg +++ /dev/null @@ -1,80 +0,0 @@ -; vim: set fileencoding=utf-8 : -; Manuel Guenther <manuel.guenther@idiap.ch> -; Thu Oct 9 16:51:06 CEST 2014 - -[buildout] -parts = scripts -eggs = bob.bio.face - bob.db.base - bob.db.arface - bob.db.banca - bob.db.caspeal - bob.db.frgc - bob.db.gbu - bob.db.lfw - bob.db.mobio - bob.db.multipie - bob.db.scface - bob.db.xm2vts - gridtk - -extensions = bob.buildout - mr.developer -auto-checkout = * -develop = src/bob.extension - src/bob.db.base - src/bob.db.atnt - src/bob.bio.base - src/bob.db.arface - src/bob.db.banca - src/bob.db.caspeal - src/bob.db.frgc - src/bob.db.gbu - src/bob.db.lfw - src/bob.db.mobio - src/bob.db.multipie - src/bob.db.scface - src/bob.db.xm2vts - . - -; options for bob.buildout -debug = true -verbose = true -newest = false - -[sources] -bob.extension = git https://gitlab.idiap.ch/bob/bob.extension -;bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz -;bob.core = git https://gitlab.idiap.ch/bob/bob.core -;bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base -;bob.io.image = git https://gitlab.idiap.ch/bob/bob.io.image -;bob.learn.activation = git https://gitlab.idiap.ch/bob/bob.learn.activation -;bob.math = git https://gitlab.idiap.ch/bob/bob.math -;bob.sp = git https://gitlab.idiap.ch/bob/bob.sp -;bob.ip.base = git https://gitlab.idiap.ch/bob/bob.ip.base -;bob.ip.color = git https://gitlab.idiap.ch/bob/bob.ip.color -;bob.ip.draw = git https://gitlab.idiap.ch/bob/bob.ip.draw -;bob.ip.gabor = git https://gitlab.idiap.ch/bob/bob.ip.gabor -;bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear -;bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em -;bob.measure = git https://gitlab.idiap.ch/bob/bob.measure -bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base -bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt -bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base branch=issue-8-remove-database-configuration -;bob.learn.boosting = git https://gitlab.idiap.ch/bob/bob.learn.boosting -;bob.ip.facedetect = git https://gitlab.idiap.ch/bob/bob.ip.facedetect -;bob.ip.flandmark = git https://gitlab.idiap.ch/bob/bob.ip.flandmark -bob.db.arface = git https://gitlab.idiap.ch/bob/bob.db.arface -bob.db.banca = git https://gitlab.idiap.ch/bob/bob.db.banca -bob.db.caspeal = git https://gitlab.idiap.ch/bob/bob.db.caspeal -bob.db.frgc = git https://gitlab.idiap.ch/bob/bob.db.frgc -bob.db.gbu = git https://gitlab.idiap.ch/bob/bob.db.gbu -bob.db.lfw = git https://gitlab.idiap.ch/bob/bob.db.lfw -bob.db.mobio = git https://gitlab.idiap.ch/bob/bob.db.mobio -bob.db.multipie = git https://gitlab.idiap.ch/bob/bob.db.multipie -bob.db.scface = git https://gitlab.idiap.ch/bob/bob.db.scface -bob.db.xm2vts = git https://gitlab.idiap.ch/bob/bob.db.xm2vts - -[scripts] -recipe = bob.buildout:scripts -dependent-scripts = true