-
- Downloads
plugins/sources/git.py: Avoid downloading unused submodules
Currently we have configuration in place to disable use of submodules, with the `checkout-submodules` git plugin option and the individual `checkout` options for each submodule, but these unused submodules are still downloaded at fetch time. This patch fixes the plugin to just completely ignore the submodules which are configured to be unused. This was previously fixed in the master branch by !996, and this patch backports the relevant fix to the 1.2 branch, fixing issue #804.
-
@nanonyme Good point, it could have been written that way, but it's written with
try
/except
in master, maybe worth changing it there... -
mentioned in issue bst-external#28 (closed)
-
mentioned in commit nanonyme/bst-external@13e7e041
-
mentioned in merge request bst-external!74 (merged)
-
mentioned in commit nanonyme/bst-external@2e267889
-
mentioned in commit nanonyme/bst-external@b64e9452
-
mentioned in commit nanonyme/bst-external@8d93ac00
Please register or sign in to comment