summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-17 10:26:57 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-17 10:26:57 +0000
commit1ec1465454e7b192e979f671f519613a70096ac6 (patch)
tree20f49785ca95b75d652bfe75b33c258e1da19bbb /morph
parentaa57088b1ec42a4af112a8bf08b26098110cec96 (diff)
downloadmorph-1ec1465454e7b192e979f671f519613a70096ac6.tar.gz
Add morph --bootstrap option
Diffstat (limited to 'morph')
-rwxr-xr-xmorph4
1 files changed, 4 insertions, 0 deletions
diff --git a/morph b/morph
index 15c5a42e..9e61ac16 100755
--- a/morph
+++ b/morph
@@ -49,6 +49,10 @@ class Morph(cliapp.Application):
self.settings.boolean(['keep-path'],
'do not touch the PATH environment variable '
'(use with tests ONLY)')
+ self.settings.boolean(['bootstrap'],
+ 'build stuff in bootstrap mode; this is '
+ 'DANGEROUS and will install stuff on your '
+ 'system')
def cmd_build(self, args):
tempdir = morphlib.tempdir.Tempdir()