Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
c8100b44
Commit
c8100b44
authored
Mar 01, 2019
by
Samuel GAIST
Committed by
André Anjos
Mar 09, 2019
Browse files
[buildout] Add develop configuration to have all sources at hand
parent
eb29cd2b
Changes
2
Show whitespace changes
Inline
Side-by-side
common.cfg
View file @
c8100b44
...
...
@@ -7,6 +7,15 @@ eggs = beat.web
beat.cmdline
beat.core
beat.backend.python
versions = versions
[versions]
django = >=1.11,<2.0
django-rest-swagger = >2.1
django-guardian = >=1.3
djangorestframework = >3.7
django-activity-stream = >= 0.6.5
django-jsonfield = >= 1.0.1
[scripts]
recipe = bob.buildout:scripts
...
...
develop.cfg
0 → 100644
View file @
c8100b44
[buildout]
extends = common.cfg
always-checkout = force
versions = versions
develop = src/beat.backend.python
src/beat.core
src/beat.cmdline
.
[scripts]
eggs = ${buildout:eggs}
interpreter = python
[sources]
beat.core = git git@gitlab.idiap.ch:beat/beat.core egg=false
beat.cmdline = git git@gitlab.idiap.ch:beat/beat.cmdline egg=false
beat.backend.python = git git@gitlab.idiap.ch:beat/beat.backend.python egg=false
beat.examples = git git@gitlab.idiap.ch:beat/beat.examples egg=false
[bower]
base-directory = ./beat/web/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment