Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.measure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.measure
Commits
18217a7c
Commit
18217a7c
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Remove submodules, use clever buildout
parent
23b84491
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitmodules
+0
-9
0 additions, 9 deletions
.gitmodules
buildout.cfg
+6
-2
6 additions, 2 deletions
buildout.cfg
src/xbob.blitz
+0
-1
0 additions, 1 deletion
src/xbob.blitz
src/xbob.io
+0
-1
0 additions, 1 deletion
src/xbob.io
src/xbob.math
+0
-1
0 additions, 1 deletion
src/xbob.math
with
6 additions
and
14 deletions
.gitmodules
deleted
100644 → 0
+
0
−
9
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
This diff is collapsed.
Click to expand it.
buildout.cfg
+
6
−
2
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
This diff is collapsed.
Click to expand it.
xbob.blitz
@
0d673b4e
Compare
0d673b4e
...
0d673b4e
Subproject commit 0d673b4ee902a13de8806236410e1aabb7188898
This diff is collapsed.
Click to expand it.
xbob.io
@
00f6a482
Compare
00f6a482
...
00f6a482
Subproject commit 00f6a482e17d23978fc5de37accb01ecf0e197d7
This diff is collapsed.
Click to expand it.
xbob.math
@
ed54add3
Compare
ed54add3
...
ed54add3
Subproject commit ed54add3001e4608cc7474dcf9a7319e67afc43f
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment