]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Replace http with ssh
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:37:51 +0000 (15:37 +0100)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Wed, 6 Dec 2023 14:37:51 +0000 (15:37 +0100)
products/CEATESTBASE.pyconf
products/SALOME.pyconf
products/TESTBASE.pyconf
salome.pyconf

index 7f631bf05d9e10bcc9755b6bcaddfe7d0ea26492..fe7e450f3bfa46bce441bc312db5cb481275d948 100644 (file)
@@ -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 :
index e911b50e9ecebfb74968a6a65a8d061dc4a53912..65c3e6665e153d68b9ff15dff259f9b399e2fd75 100644 (file)
@@ -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 :
index 51c21b2d39ad5e7adbbd12aaf584ce036695777c..b545e48ce6fa51068a62f0ed0615db80ef0a09e6 100644 (file)
@@ -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 :
index 958c19189c7e000b8c2530fa8d4da411e0355907..b485969044f51e06d1672dbcc1f1cc5199b5e5e2 100644 (file)
@@ -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'
         }
       }
 ]