You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including a library which contains a git submodule, the submodule will not be cloned/fetched.
Proposal: add a flag --lib-recursive to the mos-tool and with this flag set, the libraries should be fetched with the submodules as well.
Addendum: perhaps this should be an "opt-out", so recursive is per default active, but might be supressed by a flag like --lib-non-recursive
The text was updated successfully, but these errors were encountered:
mamuesp
changed the title
mos-tool can't clone libs with submodules recursively from github
FR: mos-tool can't clone libs with submodules recursively from github
Jan 14, 2019
When including a library which contains a git submodule, the submodule will not be cloned/fetched.
Proposal: add a flag
--lib-recursive
to the mos-tool and with this flag set, the libraries should be fetched with the submodules as well.Addendum: perhaps this should be an "opt-out", so recursive is per default active, but might be supressed by a flag like
--lib-non-recursive
The text was updated successfully, but these errors were encountered: