Skip to content
Snippets Groups Projects
Select Git revision
  • b8cc812bb2e4d3752cbb64477ef40746f945e885
  • master default protected
  • v2.0.19
  • v2.0.18
  • v2.0.17
  • v2.0.16
  • v2.0.15
  • v2.0.14
  • v2.0.13
  • v2.0.12
  • v2.0.11
  • v2.0.10
  • v2.0.9
  • v2.0.8
  • v2.0.7
  • v2.0.6
  • v2.0.5
  • v2.0.4
  • v2.0.3
  • v2.0.2
  • v2.0.1
  • v2.0.0
22 results

buildout.cfg

Blame
  • buildout.cfg 705 B
    ; vim: set fileencoding=utf-8 :
    ; Manuel Guenther <manuel.guenther@idiap.ch>
    ; Wed Aug 27 14:46:14 CEST 2014
    
    [buildout]
    parts = scripts
    eggs = bob.learn.boosting
    extensions = bob.buildout
                 mr.developer
    auto-checkout = *
    develop = src/bob.extension
              src/bob.blitz
              src/bob.core
              src/bob.io.base
              .
    
    ; options for bob.buildout extension
    debug = true
    verbose = true
    newest = false
    
    [sources]
    bob.extension = git https://github.com/bioidiap/bob.extension
    bob.blitz = git https://github.com/bioidiap/bob.blitz
    bob.core = git https://github.com/bioidiap/bob.core
    bob.io.base = git https://github.com/bioidiap/bob.io.base
    
    [scripts]
    recipe = bob.buildout:scripts