From 4fef982c265a772b600f3c803b0e5537db2678cf Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 18 Mar 2024 16:20:27 +0100 Subject: [PATCH] spns #40779 : hello & pyhello --- products/COMPONENT.pyconf | 2 +- products/HELLO.pyconf | 2 +- products/PYHELLO.pyconf | 2 +- products/SAMPLES.pyconf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 : [] -- 2.39.2