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
62cf0c60
Commit
62cf0c60
authored
12 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Do not mention bob version, let setuptools choose
parent
aa092fe1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildout.cfg
+3
-8
3 additions, 8 deletions
buildout.cfg
with
3 additions
and
8 deletions
buildout.cfg
+
3
−
8
View file @
62cf0c60
...
@@ -7,12 +7,7 @@ parts = external tests sphinx python
...
@@ -7,12 +7,7 @@ parts = external tests sphinx python
develop
=
.
develop
=
.
index
=
http://d.pypi.python.org/simple
index
=
http://d.pypi.python.org/simple
versions
=
versions
versions
=
versions
eggs
=
bob
;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
xbob.db.replay
xbob.db.replay
[versions]
[versions]
...
@@ -23,7 +18,7 @@ eggs = bob==master
...
@@ -23,7 +18,7 @@ eggs = bob==master
[external]
[external]
recipe
=
xbob.buildout:external
recipe
=
xbob.buildout:external
egg-directories
=
/
Users/andre/work/bob-master/build
/lib
egg-directories
=
/
idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
/lib
[tests]
[tests]
recipe
=
xbob.buildout:nose
recipe
=
xbob.buildout:nose
...
@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx
...
@@ -43,4 +38,4 @@ build = ${buildout:directory}/sphinx
recipe
=
zc.recipe.egg
recipe
=
zc.recipe.egg
eggs
=
${buildout:eggs}
eggs
=
${buildout:eggs}
interpreter
=
python
interpreter
=
python
dependent-scripts
=
true
dependent-scripts
=
true
\ No newline at end of file
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