Skip to content
Snippets Groups Projects
Select Git revision
  • 02fc5fa4f204f72fbf2f5180b87fe837291033ed
  • master default protected
  • big-issue-106
  • v2.0.18
  • v2.0.17
  • v2.0.17b0
  • 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
23 results

develop.cfg

Blame
  • develop.cfg 699 B
    ; vim: set fileencoding=utf-8 :
    ; Andre Anjos <andre.anjos@idiap.ch>
    ; Mon 16 Apr 08:29:18 2012 CEST
    
    [buildout]
    parts = scripts
    eggs = bob.learn.activation
    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://gitlab.idiap.ch/bob/bob.extension
    bob.blitz = git https://gitlab.idiap.ch/bob/bob.blitz
    bob.core = git https://gitlab.idiap.ch/bob/bob.core
    bob.io.base = git https://gitlab.idiap.ch/bob/bob.io.base
    
    [scripts]
    recipe = bob.buildout:scripts