From: Nabil Ghodbane Date: Fri, 10 May 2024 11:15:27 +0000 (+0200) Subject: spns #40779: define git servers X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e9676b42fcc938b028379305894beb7fb6fadf28;p=tools%2Fsat_salome.git spns #40779: define git servers --- diff --git a/salome-W10.pyconf b/salome-W10.pyconf index a4d1f88..3159a3d 100644 --- a/salome-W10.pyconf +++ b/salome-W10.pyconf @@ -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/" } diff --git a/salome.pyconf b/salome.pyconf index 9f91cdc..e5a4675 100644 --- a/salome.pyconf +++ b/salome.pyconf @@ -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 :