]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #40779: support multi repositories
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Sat, 4 May 2024 12:52:09 +0000 (14:52 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Sat, 4 May 2024 12:53:38 +0000 (14:53 +0200)
56 files changed:
applications/SALOME-master-native.pyconf
products/ADAO.pyconf
products/ADAO_INTERFACE.pyconf
products/BLSURFPLUGIN.pyconf
products/CALCULATOR.pyconf
products/CAS.pyconf
products/CEATESTBASE.pyconf
products/COMPONENT.pyconf
products/CONFIGURATION.pyconf
products/COREFLOWS_PROFILE.pyconf
products/DOCUMENTATION.pyconf
products/EFICAS.pyconf
products/EFICAS_TOOLS.pyconf
products/FIELDS.pyconf
products/GEOM.pyconf
products/GHS3DPLUGIN.pyconf
products/GHS3DPRLPLUGIN.pyconf
products/GMSHPLUGIN.pyconf
products/GUI.pyconf
products/HELLO.pyconf
products/HEXABLOCK.pyconf
products/HEXABLOCKPLUGIN.pyconf
products/HOMARD.pyconf
products/HYBRIDPLUGIN.pyconf
products/HexoticPLUGIN.pyconf
products/JOBMANAGER.pyconf
products/KERNEL.pyconf
products/LIBBATCH.pyconf
products/MED.pyconf
products/MEDCOUPLING.pyconf
products/NETGENPLUGIN.pyconf
products/OPENTURNS_SALOME.pyconf
products/PARAVIS.pyconf
products/PARAVISADDONS.pyconf
products/PY2CPP.pyconf
products/PYCALCULATOR.pyconf
products/PYHELLO.pyconf
products/RESTRICTED.pyconf
products/SALOME.pyconf
products/SALOMEBOOTSTRAP.pyconf
products/SAMPLES.pyconf
products/SHAPER.pyconf
products/SHAPERSTUDY.pyconf
products/SMESH.pyconf
products/SOLVERLAB.pyconf
products/TESTBASE.pyconf
products/TopIIVolMesh.pyconf
products/VISU.pyconf
products/XDATA.pyconf
products/YACS.pyconf
products/YACSGEN.pyconf
products/YDEFX.pyconf
products/dill.pyconf
products/pmml.pyconf
products/root.pyconf
salome.pyconf

index e22957385b18a57fbd1e4b3bb17c778743668290..533c6b17eb6ff62a0a47b4be91b79407c8686bfa 100644 (file)
@@ -198,6 +198,7 @@ APPLICATION :
     properties :
     {
         mesa_launcher_in_package : "yes"
+        git_server : 'tuleap'
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
index a42feb10deb65105381a80392fc7e29642ca7801..e0cb1b52313c6a1cb152d9c19d78816697a8a2c2 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "adao.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "adao.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/adao.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "adao.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/adao.git"
+      }
     }
     environ :
     {
index df0aba029787c5a907a9e0a598764ad00c8b6fe6..025c62cb7ae5c8ffa2a4a8aae68651bb94be3588 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "adao_interface.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "adao_interface.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/adao_interface.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "adao_interface.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/adao_interface.git"
+      }
     }
     environ :
     {
index a03071d64b710e6bee577e3c8c5142a5f3fe85c3..988423021a015c4854400bf96ace85475c447ea8 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
+      }
     }
     environ :
     {
@@ -44,8 +48,12 @@ version_V8_4_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
+      }
     }
     environ :
     {
@@ -82,8 +90,12 @@ version_V6_6_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/blsurfplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "blsurfplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/blsurfplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "blsurfplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/blsurfplugin.git"
+      }
     }
     environ :
     {
index c0c103e7613810c56384c04e80df543e3ef9d237..bc9e45fa8ebb24d70724345fe4461776092d5b6a 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/calculator.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "calculator.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/calculator.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "calculator.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/calculator.git"
+      }
     }
     environ :
     {
@@ -41,8 +45,12 @@ 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_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "calculator.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/calculator.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "calculator.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/calculator.git"
+      }
     }
     environ :
     {
index db79cf9d97254754697f6c32efba4fcb3d9aeab8..cf541ac8b547e3caaad13ee3a218d41621e23446 100755 (executable)
@@ -42,9 +42,9 @@ version_CR753_SALOME_PATCH :
     name : "CAS"
     build_source : "cmake"
     cmake_options : "-DUSE_TCL=OFF -DBUILD_MODULE_Draw=OFF -DUSE_FREETYPE=ON -D3RDPARTY_FREETYPE_DIR=$FREETYPEDIR -DUSE_FREEIMAGE=ON -D3RDPARTY_FREEIMAGE_DIR=$FREEIMAGEDIR -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON"
-    #get_source : "git"
+    get_source : "git"
     #FIXME
-    get_source : "archive"
+    #get_source : "archive"
     archive_info :
     {
         archive_name : "CAS-V7_5_3p5.tar.gz"
index 7f631bf05d9e10bcc9755b6bcaddfe7d0ea26492..92bc30cf77f658e51795e56cb86207c3ab97bd8f 100644 (file)
@@ -5,8 +5,10 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/spns/CEATESTBASE.git"
-        repo_dev : $repo
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "spns/CEATESTBASE.git"
+      }
     }
     environ :
     {
@@ -19,5 +21,6 @@ default :
     properties:
     {
         not_in_package : "yes"
+        is_opensource  : "no"
     }
 }
index 56428b4d9dd9f56ca47d5f6e95139b2ac3cff14e..70169e56eeab746172e90118cd2fd57523230339 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/component.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "component.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/component.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "component.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/component.git"
+      }
     }
     environ :
     {
index a5242c1ac0c402b34f2a4177bd3a54d520492a89..9a7d42c273b6648187543c1228fcb9e97e11639f 100755 (executable)
@@ -4,8 +4,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/configuration.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "configuration.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/configuration.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "configuration.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/configuration.git"
+      }
     }
     depend : [ ]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
index 33c7e5aeb45595ede3e14a0ced71e42733f938dc..3bd68b28e7ca6958ba299d823586682d586c6b4e 100644 (file)
@@ -1,12 +1,14 @@
 default :
-{
+x{
     name : "COREFLOWS_PROFILE"
     build_source : "cmake"
     get_source : "git"
     git_info:
     {
-        repo : "/home/salome/GitRepo/" + $name + ".git"
-        repo_dev : $repo
+      repo_name :
+      {
+        default : "/home/salome/GitRepo/" + $name + ".git"
+      }
     }
     environ :
     {
index 9e8aa361db56266776a8274787eb4a1bea1cb29f..ee4e5c909de11ab3ea5281397bd342866014c8da 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/documentation.git "
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "documentation.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/documentation.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "documentation.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/documentation.git"
+      }
     }
     environ :
     {
index affd6855c75674c2ff2764f72e0ef3d3d1a8fce8..f10e7a5e494e627cc0692e22b2e5bf9893e12f79 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "eficas.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "eficas.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/eficas.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "eficas.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/eficas.git"
+      }
     }
     environ :
     {
@@ -41,8 +45,12 @@ version_7_2_0 :
     get_source : "archive"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "eficas_tools.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "eficas.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/eficas.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "eficas.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/eficas.git"
+      }
     }
     environ :
     {
index b0483f23678c91e566b1fe008d5aef2d4b96ebd3..abd20bf91b92a921cd60a4a320e8343a177ccce3 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "eficas_tools.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "eficas_tools.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/eficas_tools.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "eficas_tools.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/eficas_tools.git"
+      }
     }
     environ :
     {
index 4e0ee6c094b2a2dbc1af08e25561a072b6eefac7..a4b0592c679abbe1cf04f67c51fa4d0389c17b75 100755 (executable)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/med.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "med.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/med.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "med.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/med.git"
+      }
     }
     environ :
     {
index 57174d96c36655fa4b3d7c6f7594519ce705b4c9..2c71613c52be67be457eed26008bc76704294dd9 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/geom.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "geom.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/geom.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "geom.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/geom.git"
+      }
     }
     environ :
     {
index 310d01f44c8d8a7d8c003c3c5b0d8e5334034cae..7eea3c76fcdfa7b6d1cf5dbfb74b4b5ce9ecc641 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/ghs3dplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "ghs3dplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/ghs3dplugin.git"
+      }
     }
     environ :
     {
@@ -45,8 +49,12 @@ version_V6_6_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/ghs3dplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "ghs3dplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/ghs3dplugin.git"
+      }
     }
     environ :
     {
index af95bfac0c8f8d81a4d11c6ff63e5c8c2f63a802..5265463608069764662dbfed3a4c9c16e226c26e 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/ghs3dprlplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ghs3dprlplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/ghs3dprlplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "ghs3dprlplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/ghs3dprlplugin.git"
+      }
     }
     environ :
     {
index fa36b529b39767ac42dc147d016454dc87b02aae..075ddfa56e3f49ed9ae0d2a4a2529c9b40648af8 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/gmshplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gmshplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gmshplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
+      }
     }
     environ :
     {
@@ -39,8 +43,12 @@ version_8_1_0_to_9_1_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/gmshplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gmshplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gmshplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
+      }
     }
     environ :
     {
@@ -71,8 +79,12 @@ version_V7_8_0 :
     nb_proc : 4
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/gmshplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gmshplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gmshplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gmshplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/gmshplugin.git"
+      }
     }
     environ :
     {
index 9f804e0849caef70e9e11f351872ee939cdf6069..efd1a645dbb077a9c7c233d9fd4356ec55c2a106 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/gui.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gui.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gui.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gui.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/gui.git"
+      }
     }
     environ :
     {
@@ -172,8 +176,12 @@ version_7_8_0_to_8_4_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/gui.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gui.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gui.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gui.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/gui.git"
+      }
     }
     environ :
     {
@@ -212,8 +220,12 @@ version_python_async :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/gui.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gui.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gui.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gui.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/gui.git"
+      }
     }
     environ :
     {
@@ -256,8 +268,12 @@ version_oscar :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/gui.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gui.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gui.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gui.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/gui.git"
+      }
     }
     environ :
     {
@@ -295,8 +311,12 @@ version_V6_6_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/gui.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "gui.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/gui.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "gui.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/gui.git"
+      }
     }
     environ :
     {
index b39d6f73cca6159c8f1557db78cf867ff575aa0e..c01895f98386c2b39ee52bffa13759f85695896f 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/hello.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hello.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hello.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hello.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/hello.git"
+      }
     }
     environ :
     {
index fa306794d7251ae04482710fb5b41ca89313dac9..cfe06e9308d5aa181c1227b4a51100bed884321d 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/hexablock.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablock.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hexablock.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hexablock.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/hexablock.git"
+      }
     }
     environ :
     {
index 1e6e563ce9de8b144d221c7c97f43c9b7da41182..167fa314a8e65cf4678f1ef9f0dfa80154ff2471 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hexablockplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexablockplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hexablockplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hexablockplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/hexablockplugin.git"
+      }
     }
     environ :
     {
index b8f43678236958a6a96e71469e0b71b2db2dbb26..fd9554f4f9d55b83b02de5771b534d95d8196aa1 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/homard.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "homard.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/homard.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "homard.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/homard.git"
+      }
     }
     environ :
     {
index a321a3a639d22bd77f04012fa3ac86a332769d93..7f34d221beba4f6f2063ebcfeb0c8bcd40ca20f6 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hybridplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hybridplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hybridplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hybridplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/hybridplugin.git"
+      }
     }
     environ :
     {
index b0c4c061f900c0abaa29fb03eee7f9fcbd225d7b..0ea7d745400c025d61cc8cd802037a1a4ee59015 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/hexoticplugin.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "hexoticplugin.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/hexoticplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "hexoticplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/hexoticplugin.git"
+      }
     }
     environ :
     {
index 96c7e40c401293f4a4ee6988fce95730b9c14eeb..1bf90a66cc3a06b73b2b6ab3132e6336e04ad189 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/jobmanager.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "jobmanager.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/jobmanager.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "jobmanager.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/jobmanager.git"
+      }
     }
     environ :
     {
index 637a8d81f47a8ea7d02133ff5d3f9b624189ca6d..9d8cbb9dfb71b66cafc8619a5da52165fb4bc7f3 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/kernel.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "kernel.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/kernel.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "kernel.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/kernel.git"
+      }
     }
     environ :
     {          
@@ -231,8 +235,12 @@ ALAMOS_SALOME_9 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/kernel.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "kernel.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/kernel.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "kernel.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/kernel.git"
+      }
     }
     environ :
     {          
@@ -291,8 +299,12 @@ ALAMOS_SALOME_9_win :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/kernel.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "kernel.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/kernel.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "kernel.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/kernel.git"
+      }
     }
     environ :
     {
@@ -308,8 +320,12 @@ ALAMOS :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/kernel.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "kernel.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/kernel.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "kernel.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/kernel.git"
+      }
     }
     environ :
     {          
@@ -346,8 +362,12 @@ version_V6_6_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/kernel.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "kernel.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/kernel.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "kernel.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/kernel.git"
+      }
     }
     environ :
     {          
index 70be92410246d794ae92f54a120c8d8a7e2ac328..60960949346e66b9a6b83c4aa7e5d805a31424c7 100755 (executable)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/libbatch.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "libbatch.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/libbatch.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "libbatch.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/libbatch.git"
+      }
     }
     environ :
     {
index 5be0146abe6df2c545c042d658a636f4a12a45db..8a88e7d7cc6ec3f193db833842066736d55cd4d5 100755 (executable)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/med.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "med.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/med.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "med.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/med.git"
+      }
     }
     environ :
     {
@@ -34,8 +38,12 @@ default_MPI :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/med.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "med.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/med.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "med.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/med.git"
+      }
     }
     environ :
     {
@@ -63,8 +71,12 @@ version_V6_6_0 :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/med.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "med.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/med.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "med.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/med.git"
+      }
     }
     environ :
     {
index ad2eb2d615b3220b65325a4965d9ca3472ee0e90..f5b9be92ba5c7dcfd767006fa8887f34deec2e8f 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/medcoupling.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "medcoupling.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/medcoupling.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "medcoupling.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/medcoupling.git"
+      }
     }
     depend : [
               "boost",
index e2b33fd2e637b9c0970dad283d26e73c32e3cb92..9d158883acb9300a9dc40e11a9e7d52f9a37c9d4 100755 (executable)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "plugins/netgenplugin.git "
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "netgenplugin.git "
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/netgenplugin.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "netgenplugin.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "plugins/netgenplugin.git"
+      }
     }
     environ :
     {
index 2eca4e4040b2f70f67b271347b0faf440a85ab5b..106f72f20825ba975f06d596c1f3bf4c9d596ff3 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/openturns_salome.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "openturns_salome.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/openturns_salome.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "openturns_salome.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/openturns_salome.git"
+      }
     }
     archive_info :
     {
index 8fd9adbd804e744964b4de47737abd7ff664616e..5aba5c19c52e72df0b60fd0b48ffbfe9c2c61211 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/paravis.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "paravis.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/paravis.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "paravis.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/paravis.git"
+      }
     }
     environ :
     {
index d192044ffaa44a064759a228e902df02965bb359..cb53b35e32b8bab08a01b636bfc8b046296578d3 100644 (file)
@@ -9,8 +9,12 @@ default :
     get_source : "git"
     git_info :
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons_common.git'
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons_common.git'
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/paravisaddons_common.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "paravisaddons_common.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/paravisaddons_common.git"
+      }
     }
     environ :
     {
index 3ac054bff23e13e76da880ce090bd1d59a2cec86..3459900b9aa2d552376069f925ddbea7f73d91a0 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "py2cpp.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "py2cpp.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/py2cpp.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "py2cpp.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/py2cpp.git"
+      }
     }
     environ :
     {
index 4c18ce7d732148cd4f37bda0b1e6bfcf2aac8b9f..f887d1389b45ba4d44ba729c618db2cab36acb8e 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pycalculator.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pycalculator.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pycalculator.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pycalculator.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/pycalculator.git"
+      }
     }
     environ :
     {
index 2df58fd3880ba8fcd33bf2d2c778267cf2315a9c..c44fe91e609ded1a5e136add4fc63682287c885a 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/pyhello.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pyhello.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pyhello.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pyhello.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/pyhello.git"
+      }
     }
     environ :
     {
index a260985f48bdbef0371a2e27725ac820d575fd68..110d26bfbce91838a18a72576e7806133b10daa6 100644 (file)
@@ -4,8 +4,10 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "restricted.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "restricted.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/restricted.git"
+      }
     }
     environ :
     {
@@ -17,6 +19,7 @@ default :
     {
         compilation : "no"
         not_in_package : "yes"
-    }
+        is_opensource  : "no"
+   }
     patches : []
 }
index e911b50e9ecebfb74968a6a65a8d061dc4a53912..da9f24973e699957c6d256333181c5fa3a051efb 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/salome/" + $name + ".git"
-        repo_dev : $repo
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/SALOME.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "SALOME.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/SALOME.git"
+      }
     }
     environ :
     {
index 1e6ca4e04164d644e503b7dd54cd7b9b6c00f535..ff1c8a4c2f29f71845f8b338672b60446079d9d2 100644 (file)
@@ -6,8 +6,11 @@ default :
     get_source : "git"
     git_info:
     {
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "salome_bootstrap.git"
-        repo     : $repo_dev
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/salome_bootstrap.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "salome_bootstrap.git"
+      }
     }
     environ :
     {
index 8d31398eb5e8cfb2b13288ec236eacc839068a90..7cbf716734ea8f1e6ce9c70508be6f9d27fc6106 100644 (file)
@@ -4,8 +4,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "samples/datafiles.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "datafiles.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/datafiles.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "datafiles.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "samples/datafiles.git"
+      }
     }
     depend : []
     patches : []
index 6eaab03605927fe25b38872a03d030eae0b5e9eb..5b3a8157b9cab48396c148f414900073413c1caf 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/shaper.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "shaper.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/shaper.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "shaper.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/shaper.git"
+      }
     }
     environ :
     {
index 3612804c970a6e449121d0a16e3b828970c6dbc8..d8c4b19ecedf0539d7e6480aea6d2261a0421d2d 100644 (file)
@@ -5,8 +5,12 @@ default :
     get_source : "git"
     git_info :
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server_dev + "shaper_study.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "shaper_study.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/shaper_study.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "shaper_study.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/shaper_study.git"
+      }
     }
     environ :
     {
index 7f54eb76ab8e4233aa40013bbb0068995fda7424..d22de6fa41fafc7809309f0997d8324f4db6db2d 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/smesh.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "smesh.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/smesh.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "smesh.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/smesh.git"
+     }
     }
     environ :
     {
index 5a90b2f8115c771b96f50a4948973d572168a11c..fb3812ee30785a736697bebf4c3897cd43af53e7 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/solverlab.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "solverlab.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/solverlab.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "solverlab.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/solverlab.git"
+      }
     }
     environ :
     {
index 51c21b2d39ad5e7adbbd12aaf584ce036695777c..eeb1bb6c5a7fe8f85a24f3a0bfb3e187b9974110 100644 (file)
@@ -5,8 +5,10 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/salome/testbase.git"
-        repo_dev : $repo
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/testbase.git"
+      }
     }
     environ :
     {
@@ -20,5 +22,6 @@ default :
     {
         compilation : "no"
         not_in_package : "yes"
+        is_opensource  : "no"
     }
 }
index b45dc31ed7cb7cafd3570f22da77a4399d50015f..b889f3ed9613a79bcc60b431253b78cd7e283e38 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/top_ii_vol.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "top_ii_vol.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/top_ii_vol.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "top_ii_vol.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/top_ii_vol.git"
+      }
     }
     system_info :
     {
index cacfe9febff024c367d9aac189c3fc6667ec5ee9..d3092dee400b1fef4b3aff2748d56c76b8bfd3e2 100644 (file)
@@ -5,8 +5,11 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/visu.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "visu.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/visu.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/visu.git"
+      }
     }
     environ :
     {          
index ec59266ffb6b36e068b02c54b21f69ec739ab380..1f5c0fcf33a5bc3af45214e3bd99f0e2fd35cf28 100644 (file)
@@ -5,9 +5,7 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git"
-        repo_dev : "https://codev-tuleap.cea.fr/plugins/git/oscar/xdata.git"
-
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "oscar/xdata.git"
     }
     environ :
     {
index 87fdc7cc3c0a26342af74bf38536a70c1033b067..5e9195e70ec18f0c65685b5069e80c0dc2d57f11 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "modules/yacs.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "yacs.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/yacs.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "yacs.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/yacs.git"
+      }
     }
     environ :
     {
index 8415b09d84644e586c518f10f86b18d04b29ef01..e2e62100ff2c0ac369688f1a2ebb1096f8dfb8fc 100644 (file)
@@ -6,8 +6,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/yacsgen.git "
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "yacsgen.git "
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/yacsgen.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "yacsgen.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/yacsgen.git"
+      }
     }
     environ :
     {
index 6d5560da7ce3b356454bec8ecb26e8036cc82bb0..53dc68d16aa2fef83008373a7c5d41ee8b02754a 100644 (file)
@@ -7,8 +7,12 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : $PROJECTS.projects.salome.git_info.default_git_server + "tools/ydefx.git"
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "ydefx.git"
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/ydefx.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "ydefx.git"
+        gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "tools/ydefx.git"
+      }
     }
     environ :
     {
index 5845d2ede510315428d8897fd6a48fc0b59177cf..8ccdde35516b2dba73c2fc4973fd2c0565eeb56d 100644 (file)
@@ -8,8 +8,8 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen']
-       opt_depend: []
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'libxml2']
+       opt_depend: ['nlopt', 'eigen']
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
@@ -31,5 +31,6 @@ default_win :
       incremental : "yes"
       pip : "yes"
     }
-    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads']
+    depend : ['Python', 'lapack', 'hdf5', 'tbb', 'libxml2', 'pthreads']
+    opt_depend : ['nlopt', 'eigen']
 }
index 56de69b53805173ad0c92c1fa7522e1d41e1fd13..e5723ea90b6ef6147c3a2aaa456bccd6d6942d7b 100644 (file)
@@ -5,8 +5,11 @@ default :
     get_source : "git"
     git_info :
     {
-        repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + "pmml.git"
-        repo     : $repo_dev
+      repo_name :
+      {
+        tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/pmml.git"
+        github : $PROJECTS.projects.salome.git_info.git_server.github.url + "pmml.git"
+      }
     }
     environ :
     {
index 7cdb7b51107b9bbd494bad3392cbd9654db15457..ca788300a0689f25510b13abf3e564a2c6977c59 100644 (file)
@@ -6,8 +6,10 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://github.com/root-project/root.git"
-        repo_dev : $repo
+      repo_name :
+      {
+        github : "https://github.com/root-project/root.git"
+      }
     }
     environ :
     {
index 958c19189c7e000b8c2530fa8d4da411e0355907..9f91cdceff08339fa4965851a355c9c501c0e56d 100644 (file)
@@ -17,8 +17,12 @@ LICENCEPATH : "/home/salome-public/prerequis/LICENCE:/nfs/home/salome-public/pre
 
 git_info : 
 {
-   default_git_server : "https://git.salome-platform.org/gitpub/"
-   default_git_server_dev : "https://codev-tuleap.cea.fr/plugins/git/salome/"
+  git_server :
+  {
+      tuleap : {url : "https://codev-tuleap.cea.fr/plugins/git/"}
+      github : {url : "git@github.com:SalomePlatform/",         }
+      gitpub : {url : "https://git.salome-platform.org/gitpub/" }
+  }
 }
 
 test_bases :