diff --git a/buildout.cfg b/buildout.cfg index 7361c96ab1251e2e121b1c729b5b2d2a31c273cc..fe03cdfbb5e1b90aa440637d86fa1e7c11c7cd4a 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,11 +3,19 @@ [buildout] parts = scripts extensions = bob.buildout + mr.developer eggs = bob.bio.vein + bob.bio.base bob.db.base bob.extension gridtk +develop = src/bob.db.vera + . +auto-checkout = * newest = false +[sources] +bob.db.vera = git git@github.com:bioidiap/bob.db.vera + [scripts] recipe = bob.buildout:scripts