From b01faaa0cf37444a247086a62f2554787c28c87e 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 | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 develop.cfg

diff --git a/develop.cfg b/develop.cfg
deleted file mode 100644
index 6214ea3..0000000
--- a/develop.cfg
+++ /dev/null
@@ -1,32 +0,0 @@
-; vim: set fileencoding=utf-8 :
-; Thu Oct  9 16:51:06 CEST 2014
-
-[buildout]
-parts = scripts
-eggs = bob.bio.vein
-       bob.db.verafinger
-       bob.db.utfvp
-       bob.db.putvein
-       bob.db.fv3d
-       gridtk
-
-extensions = bob.buildout
-             mr.developer
-auto-checkout = *
-develop = src/bob.pipelines
-          src/bob.bio.base
-          .
-
-; options for bob.buildout
-debug = false
-verbose = true
-newest = false
-
-[sources]
-bob.pipelines = git git@gitlab.idiap.ch:bob/bob.pipelines
-bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base  branch=dask-pipelines
-
-
-[scripts]
-recipe = bob.buildout:scripts
-dependent-scripts = true
-- 
GitLab