Skip to content

Commit

Permalink
Update .gitmodules
Browse files Browse the repository at this point in the history
Changed the submodule paths from absolute https to relative paths, so
that the submodule cloning uses the same protocol as the ompi
cloning. (Some people are not able to access https but only ssh from
where they want to clone)

Signed-off-by: Felix Uhl <Felix.Uhl@emea.nec.com>
  • Loading branch information
SpinTensor authored and jsquyres committed Oct 7, 2021
1 parent defc260 commit dfc44f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,8 +1,8 @@
[submodule "prrte"]
path = 3rd-party/prrte
url = https://github.com/openpmix/prrte
url = ../../openpmix/prrte
branch = master
[submodule "openpmix"]
path = 3rd-party/openpmix
url = https://github.com/openpmix/openpmix.git
url = ../../openpmix/openpmix.git
branch = master

0 comments on commit dfc44f2

Please sign in to comment.