summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.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/buildcommand.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/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index aa6c7d0e..95f3812e 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -38,6 +38,7 @@ class BuildCommand(object):
self.ckc = self.new_cache_key_computer(self.build_env)
self.lac, self.rac = self.new_artifact_caches()
self.lrc, self.rrc = self.new_repo_caches()
+ self.supports_local_build = True
def build(self, args):
'''Build triplets specified on command line.'''