From 5aba97c5cec3b39d911ef1c67abba68b82020855 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Thu, 26 Sep 2024 20:06:43 +0200 Subject: [PATCH] spns #43062: add new git_commands key --- products/PARAVIS.pyconf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/products/PARAVIS.pyconf b/products/PARAVIS.pyconf index 414453e..52d26c2 100644 --- a/products/PARAVIS.pyconf +++ b/products/PARAVIS.pyconf @@ -12,7 +12,10 @@ default : 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" } - git_options : ' --recurse-submodules ' + git_commands: [ + 'git submodule set-url -- src/Plugins/MEDReader ../medreader', + 'git submodule update --init' + ] } environ : { -- 2.39.2