summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-13 10:15:36 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-14 13:29:37 +0100
commitd2897cf5f6b66144dccca2e357f1a64c44152b6d (patch)
tree7ced902219ed9c5843547c25504cce82e46d304c
parentd4f9f0215874a021fc8a33ade69f1955839559c0 (diff)
downloadmorph-d2897cf5f6b66144dccca2e357f1a64c44152b6d.tar.gz
Add --build-log-on-stdout flag
-rw-r--r--morphlib/app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 91647a32..5b11d269 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -84,6 +84,9 @@ class Morph(cliapp.Application):
'do not update the cached git repositories '
'automatically',
group=group_advanced)
+ self.settings.boolean(['build-log-on-stdout'],
+ 'write build log on stdout',
+ group=group_advanced)
self.settings.string_list(['repo-alias'],
'list of URL prefix definitions, in the '
'form: example=git://git.example.com/%s'