From: Nabil Ghodbane Date: Fri, 19 Feb 2021 09:52:12 +0000 (+0100) Subject: Fix public repository since some SALOME components target gitpub/modules while others... X-Git-Tag: V9_7_0~111 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=17999cb1fba40481cb1223abee37e1f3d2e00541;p=tools%2Fsat_salome.git Fix public repository since some SALOME components target gitpub/modules while others target gitpub/tools --- diff --git a/salome-W10.pyconf b/salome-W10.pyconf index 8905fc4..78b3653 100644 --- a/salome-W10.pyconf +++ b/salome-W10.pyconf @@ -17,7 +17,7 @@ LICENCEPATH : "\\\\terre\\data\\tmpsalome\\salome\\prerequis\\install\\LICENSE:/ git_info : { - default_git_server : "https://git.salome-platform.org/gitpub/modules/" + 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 01ea8b3..427971b 100644 --- a/salome.pyconf +++ b/salome.pyconf @@ -17,7 +17,7 @@ LICENCEPATH : "\\\\terre\\data\\tmpsalome\\salome\\prerequis\\install\\LICENSE:/ git_info : { - default_git_server : "https://git.salome-platform.org/gitpub/modules/" + default_git_server : "https://git.salome-platform.org/gitpub/" default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/" }