From bf9ad457a8784c5bde983e20a44ed735c85cd81d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 3 Mar 2022 14:11:53 +0100 Subject: [PATCH] remove develop.cfg --- develop.cfg | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 develop.cfg diff --git a/develop.cfg b/develop.cfg deleted file mode 100644 index d428fb8..0000000 --- a/develop.cfg +++ /dev/null @@ -1,50 +0,0 @@ -; vim: set fileencoding=utf-8 : -; Manuel Guenther <manuel.guenther@idiap.ch> -; Thu Oct 9 16:51:06 CEST 2014 - -[buildout] -parts = scripts -eggs = bob.bio.gmm - gridtk - -extensions = bob.buildout - mr.developer -auto-checkout = * -develop = src/bob.extension - src/bob.blitz - src/bob.core - src/bob.io.base - src/bob.math - src/bob.learn.linear - src/bob.sp - src/bob.learn.em - src/bob.measure - src/bob.db.base - src/bob.db.atnt - src/bob.io.image - src/bob.bio.base - . - -; options for bob.buildout -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 -bob.math = git https://gitlab.idiap.ch/bob/bob.math -bob.sp = git https://gitlab.idiap.ch/bob/bob.sp -bob.learn.linear = git https://gitlab.idiap.ch/bob/bob.learn.linear -bob.learn.em = git https://gitlab.idiap.ch/bob/bob.learn.em -bob.measure = git https://gitlab.idiap.ch/bob/bob.measure -bob.db.base = git https://gitlab.idiap.ch/bob/bob.db.base -bob.db.atnt = git https://gitlab.idiap.ch/bob/bob.db.atnt -bob.io.image = git https://gitlab.idiap.ch/bob/bob.io.image -bob.bio.base = git https://gitlab.idiap.ch/bob/bob.bio.base - -[scripts] -recipe = bob.buildout:scripts -dependent-scripts = true -- GitLab