From 7516ac07e29cb6c2f2da445ea08aae176669e92e Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 9 Feb 2012 18:07:06 +0000 Subject: Add --ignore-submodules flag to avoid updating/unpacking submodules. --- morph | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'morph') diff --git a/morph b/morph index 38e13ff2..112709f2 100755 --- a/morph +++ b/morph @@ -58,6 +58,10 @@ class Morph(cliapp.Application): 'build stuff in bootstrap mode; this is ' 'DANGEROUS and will install stuff on your ' 'system') + self.settings.boolean(['ignore-submodules'], + 'do not cache repositories of submodules and ' + 'unpack them into the build directory', + default=True) self.settings.boolean(['test-console'], 'show what the system outputs on the serial ' -- cgit v1.2.1