summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-14 12:43:04 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-03-26 22:08:25 +0000
commitf921ad47648e60d3f2bc468169fa717688ecfa55 (patch)
treebc65b7197dd030843af6303ed879a4fa4a5f5ca4
parenta4d2de0411030eab8832a625734e7d65d5efbec6 (diff)
downloadmorph-f921ad47648e60d3f2bc468169fa717688ecfa55.tar.gz
Make InitiatorBuildCommand construct BuildCommand
The constructor for BuildCommand sets up the caches, we want the caches to be set up for distbuild too so that we can deploy a system (system artifact will be fetched from the artifact cache)
-rw-r--r--morphlib/plugins/distbuild_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/plugins/distbuild_plugin.py b/morphlib/plugins/distbuild_plugin.py
index 364e3eb5..7f6b3435 100644
--- a/morphlib/plugins/distbuild_plugin.py
+++ b/morphlib/plugins/distbuild_plugin.py
@@ -250,6 +250,7 @@ class InitiatorBuildCommand(morphlib.buildcommand.BuildCommand):
self.addr = addr
self.port = port
self.app.settings['push-build-branches'] = True
+ super(InitiatorBuildCommand, self).__init__(app)
def build(self, args):
'''Initiate a distributed build on a controller'''