Skip to content
Snippets Groups Projects

remove bob.bio.db from buildout.cfg

Merged Alain KOMATY requested to merge Issue#23 into master
1 file
+ 4
16
Compare changes
  • Side-by-side
  • Inline
+ 4
16
; vim: set fileencoding=utf-8 :
; Thu 23 Jun 13:43:22 2016
; Tue 16 Aug 15:00:20 CEST 2016
[buildout]
parts = scripts
develop = .
eggs = bob.bio.spear
bob.bio.db
extensions = bob.buildout
mr.developer
auto-checkout = *
develop = src/bob.bio.db
.
; options for bob.buildout
debug = true
verbose = true
newest = false
[sources]
bob.bio.db = git git@gitlab.idiap.ch:bob/bob.bio.db.git
verbose = true
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
dependent-scripts = true
\ No newline at end of file
Loading