From 54ce9a02e9d763b193e0c1c9ae2b4804c660289c Mon Sep 17 00:00:00 2001
From: Luc Papeleux <L.Papeleux@ULiege.be>
Date: Thu, 24 Oct 2019 11:25:21 +0200
Subject: [PATCH] correct repositories for parasolid & metaforSetup
 (blueberry->gitlab)

---
 cfg/default/svn_git.bashrc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cfg/default/svn_git.bashrc b/cfg/default/svn_git.bashrc
index 79c6758..d373175 100644
--- a/cfg/default/svn_git.bashrc
+++ b/cfg/default/svn_git.bashrc
@@ -21,12 +21,14 @@ function keygen_co
 
 function mtsetup_co
 {
-   git clone $USER@$REP_GIT/MetaforSetup.git
+   #git clone $USER@$REP_GIT/MetaforSetup.git
+   git clone git@gitlab.uliege.be:am-dept/MN2L/MetaforSetup.git
 }
 
 function parasolid_co
 {
-   git clone $USER@$REP_GIT/parasolid.git
+   #git clone $USER@$REP_GIT/parasolid.git
+   git clone git@gitlab.uliege.be:am-dept/MN2L/parasolid.git
 }
 
 function linuxbin_co
-- 
GitLab