From e9676b42fcc938b028379305894beb7fb6fadf28 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Fri, 10 May 2024 13:15:27 +0200 Subject: [PATCH] spns #40779: define git servers --- salome-W10.pyconf | 8 ++++++++ salome.pyconf | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) 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 : -- 2.39.2