Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.replay
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.replay
Commits
a5897783
Commit
a5897783
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Fix replay database with newest buildout strategy
parent
dfa256c4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildout.cfg
+15
-5
15 additions, 5 deletions
buildout.cfg
localbob.cfg
+0
-33
0 additions, 33 deletions
localbob.cfg
with
15 additions
and
38 deletions
buildout.cfg
+
15
−
5
View file @
a5897783
...
@@ -3,12 +3,22 @@
...
@@ -3,12 +3,22 @@
; Mon 16 Apr 08:29:18 2012 CEST
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
[buildout]
parts
=
python tests sphinx
parts
=
external
python tests sphinx
develop
=
.
develop
=
.
eggs
=
bob.db.replay
eggs
=
bob.db.replay
versions
=
versions
index
=
http://d.pypi.python.org/simple
[versions]
;idiap.recipe.externaleggs = 0.1
;idiap.recipe.sphinx = 0.1
[external]
recipe
=
idiap.recipe.externaleggs:recipe
egg-directories
=
/Users/andre/work/bob-master/build/lib
[python]
[python]
recipe
=
zc.recipe.
egg
recipe
=
z
3
c.recipe.
scripts
interpreter
=
python
interpreter
=
python
eggs
=
${buildout:eggs}
eggs
=
${buildout:eggs}
...
@@ -18,7 +28,7 @@ eggs = ${buildout:eggs}
...
@@ -18,7 +28,7 @@ eggs = ${buildout:eggs}
script
=
tests.py
script
=
tests.py
[sphinx]
[sphinx]
recipe
=
collective.recipe.sphinxbuilder
recipe
=
idiap.recipe.sphinx:recipe
eggs
=
${buildout:eggs}
source
=
${buildout:directory}/docs
source
=
${buildout:directory}/docs
build
=
${buildout:directory}/built-docs
build
=
${buildout:directory}/sphinx
interpreter
=
${buildout:bin-directory}/python
This diff is collapsed.
Click to expand it.
localbob.cfg
deleted
100644 → 0
+
0
−
33
View file @
dfa256c4
; vim: set fileencoding=utf-8 :
; Andre Anjos <andre.anjos@idiap.ch>
; Mon 16 Apr 08:29:18 2012 CEST
; Example buildout recipe using a local (off-root) Bob installation
[buildout]
parts
=
bob python tests sphinx
develop
=
.
eggs
=
bob.db.replay
bob
[bob]
recipe
=
local.bob.recipe:config
; Set here the private installation directory for Bob
install-directory
=
/scratch/aanjos/bob-master/build/newdb/release
[python]
recipe
=
zc.recipe.egg
interpreter
=
python
eggs
=
${buildout:eggs}
[tests]
recipe
=
pbp.recipe.noserunner
eggs
=
${buildout:eggs}
script
=
tests.py
[sphinx]
recipe
=
collective.recipe.sphinxbuilder
source
=
${buildout:directory}/docs
build
=
${buildout:directory}/built-docs
interpreter
=
${buildout:bin-directory}/python
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