Skip to content
Snippets Groups Projects
Commit 942d6c34 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove submodules, use clever buildout

parent 6e6ed716
No related branches found
No related tags found
No related merge requests found
[submodule "src/xbob.blitz"]
path = src/xbob.blitz
url = git@github.com:anjos/xbob.blitz
[submodule "src/xbob.io"]
path = src/xbob.io
url = git@github.com:anjos/xbob.io
......@@ -8,13 +8,16 @@ eggs = xbob.learn.activation
ipdb
extensions = mr.developer
auto-checkout = *
prefixes = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
;prefixes = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
prefixes = /Users/andre/work/bob/b/dbg
debug = true
verbose = true
[sources]
xbob.buildout = git git@github.com:bioidiap/xbob.buildout
xbob.extension = git git@github.com:bioidiap/xbob.extension branch=xbob
xbob.blitz = git git@github.com:anjos/xbob.blitz egg=false
xbob.io = git git@github.com:anjos/xbob.io egg=false
[xbob.blitz]
recipe = xbob.buildout:develop
......@@ -24,11 +27,11 @@ eggs = xbob.buildout xbob.extension
[xbob.io]
recipe = xbob.buildout:develop
setup = src/xbob.io
eggs = xbob.blitz xbob.buildout xbob.extension
eggs = xbob.blitz
[xbob.learn.activation]
recipe = xbob.buildout:develop
eggs = xbob.blitz xbob.io xbob.buildout xbob.extension
eggs = xbob.io
[scripts]
recipe = xbob.buildout:scripts
Subproject commit e7e6777db859c80d45093d5ce71bde2f6ee63816
Subproject commit b919404de7021dd8b401a0f384e68756eda8f6da
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment