From 65656050ac159679da7d71707fb213ffce3d4097 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 18 Mar 2024 16:18:23 +0100 Subject: [PATCH] spns #40779 : support github repositories and drop gitpub --- products/CALCULATOR.pyconf | 4 ++-- products/COMPONENT.pyconf | 2 +- products/HELLO.pyconf | 2 +- products/PYCALCULATOR.pyconf | 2 +- products/PYHELLO.pyconf | 2 +- products/SAMPLES.pyconf | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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 : [] -- 2.39.2