]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #40779: define git servers spns/40779
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 10 May 2024 11:15:27 +0000 (13:15 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 10 May 2024 11:15:27 +0000 (13:15 +0200)
salome-W10.pyconf
salome.pyconf

index a4d1f887f31c4bb4377b2fc9b7c91163e472877e..3159a3d11c4069e25827a368391164aed5581ea6 100644 (file)
@@ -17,6 +17,14 @@ LICENCEPATH : "\\\\titania\\home_projet08\\salome-public\\prerequis\\LICENCE"
 
 git_info : 
 {
+  git_server :
+  {
+      tuleap : {url : "https://codev-tuleap.cea.fr/plugins/git/", opensource_only: 'no' }
+      github : {url : "git@github.com:SalomePlatform/",           opensource_only: 'yes'}
+      gitpub : {url : "https://git.salome-platform.org/gitpub/",  opensource_only: 'yes'}
+  }
+    # these two keys are deprecated - they are kept for backward compatibility only and
+    # will be removed in a future SAT release.
     default_git_server : "https://git.salome-platform.org/gitpub/"
     default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/"
 }
index 9f91cdceff08339fa4965851a355c9c501c0e56d..e5a467583b073a075280ad0a827092c7afdf5bed 100644 (file)
@@ -19,10 +19,14 @@ git_info :
 {
   git_server :
   {
-      tuleap : {url : "https://codev-tuleap.cea.fr/plugins/git/"}
-      github : {url : "git@github.com:SalomePlatform/",         }
-      gitpub : {url : "https://git.salome-platform.org/gitpub/" }
+      tuleap : {url : "https://codev-tuleap.cea.fr/plugins/git/", opensource_only: 'no' }
+      github : {url : "git@github.com:SalomePlatform/",           opensource_only: 'yes'}
+      gitpub : {url : "https://git.salome-platform.org/gitpub/",  opensource_only: 'yes'}
   }
+  # these two keys are deprecated - they are kept for backward compatibility only and
+  # will be removed in a future SAT release.
+  default_git_server : "https://git.salome-platform.org/gitpub/"
+  default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/"
 }
 
 test_bases :