Commit 8dbd44e
committed
nightly: Support relative submodule paths
GitPython's internal submodules support is not a direct call to
the underlying git submodule interface, but does a bunch of
magic that we do not need. It also does not support relative
paths, which are now used in OMPI's submodule definition. Switch
to using the underlying git submodule calls directly to fetch
the submodules.
Using the underlying submodules command required us to have a HEAD
that is in refs/ as a local branch. Change the checkout command
so that the branch we are building is a local branch to stop
irritating git submodule commands.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent 5e798c4 commit 8dbd44e
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
| 379 | + | |
| 380 | + | |
382 | 381 | | |
383 | 382 | | |
384 | | - | |
| 383 | + | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
| |||
0 commit comments