Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
18217a7c
Commit
18217a7c
authored
Jan 17, 2014
by
André Anjos
💬
Browse files
Remove submodules, use clever buildout
parent
23b84491
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitmodules
deleted
100644 → 0
View file @
23b84491
[submodule "src/xbob.blitz"]
path = src/xbob.blitz
url = git@github.com:anjos/xbob.blitz
[submodule "src/xbob.math"]
path = src/xbob.math
url = git@github.com:anjos/xbob.math
[submodule "src/xbob.io"]
path = src/xbob.io
url = git@github.com:anjos/xbob.io
buildout.cfg
View file @
18217a7c
...
...
@@ -8,13 +8,17 @@ eggs = xbob.measure
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.math = git git@github.com:anjos/xbob.math egg=false
[xbob.blitz]
recipe = xbob.buildout:develop
...
...
@@ -33,7 +37,7 @@ eggs = xbob.blitz xbob.buildout xbob.extension
[xbob.measure]
recipe = xbob.buildout:develop
eggs = xbob.blitz
eggs =
xbob.io xbob.math
xbob.blitz
[scripts]
recipe = xbob.buildout:scripts
xbob.blitz
@
0d673b4e
Compare
0d673b4e
...
0d673b4e
Subproject commit 0d673b4ee902a13de8806236410e1aabb7188898
xbob.io
@
00f6a482
Compare
00f6a482
...
00f6a482
Subproject commit 00f6a482e17d23978fc5de37accb01ecf0e197d7
xbob.math
@
ed54add3
Compare
ed54add3
...
ed54add3
Subproject commit ed54add3001e4608cc7474dcf9a7319e67afc43f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment