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
afe38fdc
Commit
afe38fdc
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Re-normalize buildout
parent
8ba24258
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildout.cfg
+22
-13
22 additions, 13 deletions
buildout.cfg
with
22 additions
and
13 deletions
buildout.cfg
+
22
−
13
View file @
afe38fdc
...
@@ -3,32 +3,41 @@
...
@@ -3,32 +3,41 @@
; Mon 16 Apr 08:29:18 2012 CEST
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
[buildout]
parts
=
external
python
tests sphinx
parts
=
external tests sphinx
python
develop
=
.
develop
=
.
eggs
=
bob.db.replay
versions
=
versions
index
=
http://d.pypi.python.org/simple
index
=
http://d.pypi.python.org/simple
versions
=
versions
;You are not obliged to set the version of Bob to use. However, note that
;buildout in this case will choose the default version installed looking at the
;current sys.path settings. Also note that your current 'eggs' directory may
;not take precedence over that.
eggs
=
bob==master
bob.db.replay
[versions]
[versions]
;idiap.recipe.externaleggs = 0.1
;If you would like to pin-down the recipes package version so you are not
;idiap.recipe.sphinx = 0.1
;bothered with eventual updates, do it here. Note that, by pinning the version
;of the package, you will be also excluded from bug fixes.
;bob.buildout.recipes = 0.1
[external]
[external]
recipe
=
idiap
.recipe
.
external
eggs:recipe
recipe
=
bob.buildout
.recipe
s:
external
egg-directories
=
/Users/andre/work/bob-master/build/lib
egg-directories
=
/Users/andre/work/bob-master/build/lib
[python]
recipe
=
z3c.recipe.scripts
interpreter
=
python
eggs
=
${buildout:eggs}
[tests]
[tests]
recipe
=
pbp
.recipe
.
nose
runner
recipe
=
bob.buildout
.recipe
s:
nose
eggs
=
${buildout:eggs}
eggs
=
${buildout:eggs}
script
=
tests.py
script
=
tests.py
[sphinx]
[sphinx]
recipe
=
idiap
.recipe
.
sphinx
:recipe
recipe
=
bob.buildout
.recipe
s:
sphinx
eggs
=
${buildout:eggs}
eggs
=
${buildout:eggs}
source
=
${buildout:directory}/docs
source
=
${buildout:directory}/docs
build
=
${buildout:directory}/sphinx
build
=
${buildout:directory}/sphinx
[python]
recipe
=
z3c.recipe.scripts
interpreter
=
python
eggs
=
${buildout:eggs}
dependent-scripts
=
true
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