summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-09 18:07:06 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-09 18:07:53 +0000
commit7516ac07e29cb6c2f2da445ea08aae176669e92e (patch)
tree9cf11d17cc7dc5532ae111ac87dc7338fb458634 /morph
parent46315658bb72f6d4915aa5b23c54a553882180d7 (diff)
downloadmorph-7516ac07e29cb6c2f2da445ea08aae176669e92e.tar.gz
Add --ignore-submodules flag to avoid updating/unpacking submodules.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 4 insertions, 0 deletions
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 '