Skip to content
Snippets Groups Projects
buildout.cfg 497 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.gmm
       gridtk
Manuel Günther's avatar
Manuel Günther committed
extensions = bob.buildout
             mr.developer
auto-checkout = *
Manuel Günther's avatar
Manuel Günther committed
develop = src/bob.bio.base
; options for bob.buildout
debug = true
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

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