From e5248464cec0a1b2bbcc8912b39737f77288eabe Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 3 Mar 2022 14:11:54 +0100 Subject: [PATCH] remove develop.cfg --- develop.cfg | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 develop.cfg diff --git a/develop.cfg b/develop.cfg deleted file mode 100644 index a327cac..0000000 --- a/develop.cfg +++ /dev/null @@ -1,20 +0,0 @@ -; vim: set fileencoding=utf-8 : -; Sun Oct 16 13:26:46 CEST 2016 - -[buildout] -extends = buildout.cfg -develop = src/bob.extension - src/bob.blitz - src/bob.core - src/bob.io.base - . - -extensions += mr.developer -auto-checkout = * -debug = true - -[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 -- GitLab