From 444a24454606b8311a8a9bfc133482a7e9e4a9f4 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Sat, 10 Aug 2024 12:47:25 +0200 Subject: [PATCH] support github repositories for SALOME 9.11 and 9.12 as well --- applications/SALOME-9.11.0-MPI.pyconf | 2 +- applications/SALOME-9.11.0-native.pyconf | 2 +- applications/SALOME-9.11.0-windows.pyconf | 2 +- applications/SALOME-9.11.0.pyconf | 2 +- applications/SALOME-9.12.0-MPI.pyconf | 2 +- applications/SALOME-9.12.0-native.pyconf | 2 +- applications/SALOME-9.12.0.pyconf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/SALOME-9.11.0-MPI.pyconf b/applications/SALOME-9.11.0-MPI.pyconf index 0da2fe9..d33f964 100644 --- a/applications/SALOME-9.11.0-MPI.pyconf +++ b/applications/SALOME-9.11.0-MPI.pyconf @@ -200,7 +200,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" diff --git a/applications/SALOME-9.11.0-native.pyconf b/applications/SALOME-9.11.0-native.pyconf index b1e76e7..672f6ee 100644 --- a/applications/SALOME-9.11.0-native.pyconf +++ b/applications/SALOME-9.11.0-native.pyconf @@ -197,7 +197,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" diff --git a/applications/SALOME-9.11.0-windows.pyconf b/applications/SALOME-9.11.0-windows.pyconf index 6561a6f..5058903 100644 --- a/applications/SALOME-9.11.0-windows.pyconf +++ b/applications/SALOME-9.11.0-windows.pyconf @@ -196,7 +196,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "no" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "yes" diff --git a/applications/SALOME-9.11.0.pyconf b/applications/SALOME-9.11.0.pyconf index f210eb2..4c0897e 100644 --- a/applications/SALOME-9.11.0.pyconf +++ b/applications/SALOME-9.11.0.pyconf @@ -200,7 +200,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" diff --git a/applications/SALOME-9.12.0-MPI.pyconf b/applications/SALOME-9.12.0-MPI.pyconf index 5acb94c..42315bc 100644 --- a/applications/SALOME-9.12.0-MPI.pyconf +++ b/applications/SALOME-9.12.0-MPI.pyconf @@ -201,7 +201,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" diff --git a/applications/SALOME-9.12.0-native.pyconf b/applications/SALOME-9.12.0-native.pyconf index 013501c..bc56229 100644 --- a/applications/SALOME-9.12.0-native.pyconf +++ b/applications/SALOME-9.12.0-native.pyconf @@ -198,7 +198,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" diff --git a/applications/SALOME-9.12.0.pyconf b/applications/SALOME-9.12.0.pyconf index d1fbbd9..07d32aa 100644 --- a/applications/SALOME-9.12.0.pyconf +++ b/applications/SALOME-9.12.0.pyconf @@ -201,7 +201,7 @@ APPLICATION : properties : { mesa_launcher_in_package : "yes" - repo_dev : "yes" + git_server : 'tuleap' pip : 'yes' pip_install_dir : 'python' single_install_dir : "no" -- 2.39.2