Skip to content
Snippets Groups Projects
buildout.cfg 792 B
Newer Older
; vim: set fileencoding=utf-8 :
; Manuel Guenther <manuel.guenther@idiap.ch>
; Thu Oct  9 16:51:06 CEST 2014

[buildout]
parts = scripts
Manuel Günther's avatar
Manuel Günther committed
eggs = bob.bio.face
Manuel Günther's avatar
Manuel Günther committed
       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
Manuel Günther's avatar
Manuel Günther committed
       gridtk
       
extensions = bob.buildout
Manuel Günther's avatar
Manuel Günther committed
             mr.developer
auto-checkout = *
Manuel Günther's avatar
Manuel Günther committed
develop = src/bob.bio.base
          src/bob.db.frgc

; options for bob.buildout
verbose = true
newest = false

Manuel Günther's avatar
Manuel Günther committed
[sources]
bob.bio.base = git https://github.com/bioidiap/bob.bio.base
bob.db.frgc = git https://github.com/bioidiap/bob.db.frgc
Manuel Günther's avatar
Manuel Günther committed

[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true