summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-07 18:11:00 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-12 16:48:18 +0000
commit1b967bf4a50e855ec3eae58213bb6bc06ccafc87 (patch)
tree17b109aa6eb9d4a79285b47926a43a147f7773c3 /morphlib/app.py
parent116d30546a114364de54e3bd8522c22cd69412cf (diff)
downloadmorph-1b967bf4a50e855ec3eae58213bb6bc06ccafc87.tar.gz
morph build: Allow forcing build branches to be pushed
This is for users who prefer the old behaviour of building from the remote repos.
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)',