From 9351e02ab189dadd642f3a98b40be38b09c0cc5f Mon Sep 17 00:00:00 2001
From: Amir Mohammadi <amir.mohammadi@idiap.ch>
Date: Wed, 31 Aug 2016 20:43:43 +0200
Subject: [PATCH] Fix develop.cfg

---
 develop.cfg | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/develop.cfg b/develop.cfg
index 93d727bb..b9e28af7 100644
--- a/develop.cfg
+++ b/develop.cfg
@@ -14,16 +14,16 @@ develop = src/bob.extension
           src/bob.blitz
           src/bob.core
           src/bob.io.base
-          src/bob.learn.activation
-          src/bob.math
-          src/bob.learn.linear
           src/bob.sp
-          src/bob.learn.em
+          src/bob.math
           src/bob.measure
           src/bob.db.base
-          src/bob.bio.db
-          src/bob.db.atnt
           src/bob.io.image
+          src/bob.learn.activation
+          src/bob.learn.linear
+          src/bob.learn.em
+          src/bob.db.atnt
+          src/bob.bio.db
           .
 
 ; options for bob.buildout
@@ -32,20 +32,20 @@ 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.learn.activation = git https://gitlab.idiap.ch/bob/bob.learn.activation
-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.bio.db = git https://gitlab.idiap.ch/biometric/bob.bio.db
-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.extension = git git@gitlab.idiap.ch:bob/bob.extension
+bob.blitz = git git@gitlab.idiap.ch:bob/bob.blitz
+bob.core = git git@gitlab.idiap.ch:bob/bob.core
+bob.io.base = git git@gitlab.idiap.ch:bob/bob.io.base
+bob.sp = git git@gitlab.idiap.ch:bob/bob.sp
+bob.math = git git@gitlab.idiap.ch:bob/bob.math
+bob.measure = git git@gitlab.idiap.ch:bob/bob.measure
+bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base
+bob.io.image = git git@gitlab.idiap.ch:bob/bob.io.image
+bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation
+bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear
+bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em
+bob.db.atnt = git git@gitlab.idiap.ch:bob/bob.db.atnt
+bob.bio.db = git git@gitlab.idiap.ch:bob/bob.bio.db
 
 [scripts]
 recipe = bob.buildout:scripts
-- 
GitLab