From: Nabil Ghodbane Date: Mon, 18 Mar 2024 15:18:23 +0000 (+0100) Subject: spns #40779 : support github repositories and drop gitpub X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=787a9b830ce6da1deaebbc78af220f42558e4c33;p=tools%2Fsat_salome.git spns #40779 : support github repositories and drop gitpub --- diff --git a/products/CALCULATOR.pyconf b/products/CALCULATOR.pyconf index c0c103e..5791bed 100644 --- a/products/CALCULATOR.pyconf +++ b/products/CALCULATOR.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/calculator.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "calculator.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "calculator.git" } environ : @@ -41,7 +41,7 @@ version_6_6_0_to_9_1_0 : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/calculator.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "calculator.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "calculator.git" } environ : diff --git a/products/COMPONENT.pyconf b/products/COMPONENT.pyconf index 56428b4..6651b6c 100644 --- a/products/COMPONENT.pyconf +++ b/products/COMPONENT.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/component.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "component.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "component.git" } environ : diff --git a/products/HELLO.pyconf b/products/HELLO.pyconf index b39d6f7..addead1 100644 --- a/products/HELLO.pyconf +++ b/products/HELLO.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/hello.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "hello.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hello.git" } environ : diff --git a/products/PYCALCULATOR.pyconf b/products/PYCALCULATOR.pyconf index 4c18ce7..03d1bc8 100644 --- a/products/PYCALCULATOR.pyconf +++ b/products/PYCALCULATOR.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pycalculator.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "pycalculator.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pycalculator.git" } environ : diff --git a/products/PYHELLO.pyconf b/products/PYHELLO.pyconf index 2df58fd..abfb0c7 100644 --- a/products/PYHELLO.pyconf +++ b/products/PYHELLO.pyconf @@ -5,7 +5,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pyhello.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "pyhello.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pyhello.git" } environ : diff --git a/products/SAMPLES.pyconf b/products/SAMPLES.pyconf index 8d31398..2021228 100644 --- a/products/SAMPLES.pyconf +++ b/products/SAMPLES.pyconf @@ -4,7 +4,7 @@ default : get_source : "git" git_info: { - repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/datafiles.git" + repo : $PROJECTS.projects.salome.git_info.default_git_server + "datafiles.git" repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "datafiles.git" } depend : []