summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 8769b41c..0a11c716 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -139,6 +139,10 @@ class Morph(cliapp.Application):
'build chunks with prefix PREFIX',
metavar='PREFIX', default=defaults['prefix'],
group=group_build)
+ self.settings.boolean(['push-build-branches'],
+ 'always push temporary build branches to the '
+ 'remote repository',
+ group=group_build)
self.settings.boolean(['staging-chroot'],
'build things in an isolated chroot '
'(default: true)',