Debug info about found submodules
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
parent
941a89b7dd
commit
d57d6c4f8b
|
@ -100,6 +100,7 @@ class Cloner:
|
||||||
continue
|
continue
|
||||||
discovered = repo_tool.list_submodules(commit)
|
discovered = repo_tool.list_submodules(commit)
|
||||||
if discovered:
|
if discovered:
|
||||||
|
log.debug(f"Commit refers to {len(discovered)} submodules")
|
||||||
for submodule in discovered:
|
for submodule in discovered:
|
||||||
if submodule not in submodule_list:
|
if submodule not in submodule_list:
|
||||||
log.warning(f"Found new submodule: {submodule}")
|
log.warning(f"Found new submodule: {submodule}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user