diff --git a/develop.cfg b/develop.cfg deleted file mode 100644 index 293faf9e93c7a4a2e6be4ed1c87380ef96be07c3..0000000000000000000000000000000000000000 --- a/develop.cfg +++ /dev/null @@ -1,27 +0,0 @@ -; vim: set fileencoding=utf-8 : -; Wed 14 Dec 13:48:45 CET 2016 - -[buildout] -parts = scripts -eggs = bob.rppg.base -extensions = bob.buildout - mr.developer -auto-checkout = * - -develop = . - src/bob.db.base - src/bob.db.cohface - src/bob.db.hci_tagging - -debug = true -verbose = true -newest = false - -[sources] -bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base -bob.db.cohface = git https://gitlab.idiap.ch/bob/bob.db.cohface -bob.db.hci_tagging = git https://gitlab.idiap.ch/bob/bob.db.hci_tagging - -[scripts] -recipe = bob.buildout:scripts -dependent-scripts = true