Skip to content
Snippets Groups Projects
Commit 44ec96d7 authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

update buildout configs

parent bf450c86
No related branches found
No related tags found
No related merge requests found
; vim: set fileencoding=utf-8 : ; vim: set fileencoding=utf-8 :
; Sun 14 Aug 2016 18:20:14 CEST ; Sun Oct 16 13:26:46 CEST 2016
[buildout] [buildout]
parts = scripts parts = scripts
...@@ -10,4 +10,5 @@ newest = false ...@@ -10,4 +10,5 @@ newest = false
verbose = true verbose = true
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
\ No newline at end of file dependent-scripts = true
\ No newline at end of file
; vim: set fileencoding=utf-8 : ; vim: set fileencoding=utf-8 :
; Andre Anjos <andre.anjos@idiap.ch> ; Sun Oct 16 13:26:46 CEST 2016
; Mon 16 Apr 08:29:18 2012 CEST
[buildout] [buildout]
parts = scripts extends = buildout.cfg
eggs = bob.io.image
extensions = bob.buildout
mr.developer
auto-checkout = *
develop = src/bob.extension develop = src/bob.extension
src/bob.blitz src/bob.blitz
src/bob.core src/bob.core
src/bob.io.base src/bob.io.base
. .
; options for bob.buildout extension extensions += mr.developer
auto-checkout = *
debug = true debug = true
verbose = true
newest = false
[sources] [sources]
bob.extension = git https://gitlab.idiap.ch/bob/bob.extension bob.extension = git https://gitlab.idiap.ch/bob/bob.extension
bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz
bob.core = git https://gitlab.idiap.ch/bob/bob.core bob.core = git https://gitlab.idiap.ch/bob/bob.core
bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base
[scripts]
recipe = bob.buildout:scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment