diff --git a/buildout.cfg b/buildout.cfg index 79211e51eed8fef242ac0a8ec0f183e51c65695e..ca7d556bcab7aafaf77e9a7279698827b29de51e 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -14,6 +14,13 @@ auto-checkout = * develop = src/facereclib src/bob.db.vera src/bob.db.utfvp + src/bob.extension + src/bob.blitz + src/bob.core + src/bob.io.base + src/bob.ip.base + src/bob.sp + src/bob.io.matlab . eggs = bob.fingervein @@ -28,15 +35,16 @@ verbose = true newest = false [sources] -facereclib = git https://github.com/idiap/facereclib.git -bob.db.vera = git https://github.com/bioidiap/bob.db.vera.git -bob.db.utfvp = git https://github.com/bioidiap/bob.db.utfvp.git -bob.io.matlab = git https://github.com/bioidiap/bob.io.matlab.git -bob.blitz = git https://github.com/bioidiap/bob.blitz.git -bob.core = git https://github.com/bioidiap/bob.core.git -bob.io.base = git https://github.com/bioidiap/bob.io.base.git -bob.ip.base = git https://github.com/bioidiap/bob.ip.base.git -bob.sp = git https://github.com/bioidiap/bob.sp.git +facereclib = git https://github.com/idiap/facereclib +bob.db.vera = git https://github.com/bioidiap/bob.db.vera +bob.db.utfvp = git https://github.com/bioidiap/bob.db.utfvp +bob.io.matlab = git https://github.com/bioidiap/bob.io.matlab +bob.extension = git https://github.com/bioidiap/bob.extension +bob.blitz = git https://github.com/bioidiap/bob.blitz +bob.core = git https://github.com/bioidiap/bob.core +bob.io.base = git https://github.com/bioidiap/bob.io.base +bob.ip.base = git https://github.com/bioidiap/bob.ip.base +bob.sp = git https://github.com/bioidiap/bob.sp [scripts]