Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.base
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
Model registry
Operate
Environments
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.db.base
Commits
076ae22a
Commit
076ae22a
authored
10 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Implement discrete xbob.io packaging
parent
44e9fdb2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
buildout.cfg
+3
-3
3 additions, 3 deletions
buildout.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
xbob/db/base/utils.py
+1
-1
1 addition, 1 deletion
xbob/db/base/utils.py
with
5 additions
and
5 deletions
buildout.cfg
+
3
−
3
View file @
076ae22a
...
...
@@ -10,19 +10,19 @@ extensions = xbob.buildout
auto-checkout
=
*
develop
=
src/xbob.extension
src/xbob.blitz
src/xbob.io
src/xbob.io
.base
.
; options for xbob.buildout extension
debug
=
true
verbose
=
true
prefixes
=
/idiap/group/torch5spro/
nightlies/last/bob
/linux-x86_64-release
prefixes
=
/idiap/group/torch5spro/
releases/preview/install
/linux-x86_64-release
/Users/andre/work/bob/b/dbg/
[sources]
xbob.extension
=
git https://github.com/bioidiap/xbob.extension branch=prototype
xbob.blitz
=
git https://github.com/bioidiap/xbob.blitz
xbob.io
=
git https://github.com/bioidiap/xbob.io
xbob.io
.base
=
git https://github.com/bioidiap/xbob.io
.base
[scripts]
recipe
=
xbob.buildout:scripts
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
076ae22a
...
...
@@ -24,7 +24,7 @@ setup(
install_requires
=
[
'
setuptools
'
,
'
xbob.io
'
,
'
xbob.io
.base
'
,
],
namespace_packages
=
[
...
...
This diff is collapsed.
Click to expand it.
xbob/db/base/utils.py
+
1
−
1
View file @
076ae22a
...
...
@@ -187,4 +187,4 @@ def connection_string(dbtype, dbfile, opts={}):
# import the create_directories_save function from bob.io
# (it was moved there and renamed)
from
xbob.io
import
create_directories_save
as
makedirs_safe
from
xbob.io
.base
import
create_directories_save
as
makedirs_safe
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