From: Nabil Ghodbane Date: Mon, 18 Mar 2024 15:20:27 +0000 (+0100) Subject: spns #40779 : hello & pyhello X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4fef982c265a772b600f3c803b0e5537db2678cf;p=tools%2Fsat_salome.git spns #40779 : hello & pyhello --- 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/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 : []