Andrew Purtell created BIGTOP-2309:
--------------------------------------
Summary: Update submodules after git clone
Key: BIGTOP-2309
URL: https://issues.apache.org/jira/browse/BIGTOP-2309
Project: Bigtop
Issue Type: Improvement
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Minor
Fix For: 1.1.0
Bigtop before BIGTOP-2306 uses Grgit (groovy git) to clone git repos. Under the
covers Grgit uses JGit. JGit's clone commend does not fetch any submodules
during clone unless asked, and grgit does not ask. After checkout we should
initialize and update submodules unconditionally. It's harmless to do this on
repos which don't use submodules, and broken not to do so on repos which do use
them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)