From 8617b34c2d44f2628fd7f62a9407a833cb395e07 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Wed, 6 Dec 2023 15:37:51 +0100 Subject: [PATCH] Replace http with ssh --- products/CEATESTBASE.pyconf | 2 +- products/SALOME.pyconf | 2 +- products/TESTBASE.pyconf | 2 +- salome.pyconf | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/products/CEATESTBASE.pyconf b/products/CEATESTBASE.pyconf index 7f631bf..fe7e450 100644 --- a/products/CEATESTBASE.pyconf +++ b/products/CEATESTBASE.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : "https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git" + repo : 'ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/spns/CEATESTBASE.git' repo_dev : $repo } environ : diff --git a/products/SALOME.pyconf b/products/SALOME.pyconf index e911b50..65c3e66 100644 --- a/products/SALOME.pyconf +++ b/products/SALOME.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : "https://codev-tuleap.cea.fr/plugins/git/salome/" + $name + ".git" + repo : "ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/salome/" + $name + ".git" repo_dev : $repo } environ : diff --git a/products/TESTBASE.pyconf b/products/TESTBASE.pyconf index 51c21b2..b545e48 100644 --- a/products/TESTBASE.pyconf +++ b/products/TESTBASE.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : "https://codev-tuleap.cea.fr/plugins/git/salome/testbase.git" + repo : "ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/salome/testbase.git" repo_dev : $repo } environ : diff --git a/salome.pyconf b/salome.pyconf index 958c191..b485969 100644 --- a/salome.pyconf +++ b/salome.pyconf @@ -17,8 +17,8 @@ LICENCEPATH : "/home/salome-public/prerequis/LICENCE:/nfs/home/salome-public/pre git_info : { - default_git_server : "https://git.salome-platform.org/gitpub/" - default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/" + default_git_server : "ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/salome/" + default_git_server_dev : "ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/salome/" } test_bases : @@ -28,7 +28,7 @@ test_bases : get_sources : 'git' info : { - base : 'https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git' + base : 'ssh://gitolite@ssh-codev-tuleap.cea.fr:2044/spns/CEATESTBASE.git' } } ] -- 2.39.2