summaryrefslogtreecommitdiff
path: root/distbuild/initiator.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-25 14:11:17 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-25 14:11:17 +0000
commitffd59b0a5bd76f4013af97e5268278c69c28c81b (patch)
tree73ca146a896f70b3f78976b2fbbd3d52cdecbdf7 /distbuild/initiator.py
parent88e8767791d85aa0d01715f04b7e0f311f54759e (diff)
parent44124646579f5d7f0579bc70395723d4c0bdbcb5 (diff)
downloadmorph-ffd59b0a5bd76f4013af97e5268278c69c28c81b.tar.gz
Merge remote-tracking branch 'lauren/baserock/lauren/morph-versioning'
Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'distbuild/initiator.py')
-rw-r--r--distbuild/initiator.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/distbuild/initiator.py b/distbuild/initiator.py
index ddea8cb3..7f82827c 100644
--- a/distbuild/initiator.py
+++ b/distbuild/initiator.py
@@ -83,11 +83,12 @@ class Initiator(distbuild.StateMachine):
repo=self._repo_name,
ref=self._ref,
morphology=self._morphology,
- original_ref=self._original_ref
+ original_ref=self._original_ref,
+ protocol_version=distbuild.protocol.VERSION
)
self._jm.send(msg)
logging.debug('Initiator: sent to controller: %s', repr(msg))
-
+
def _handle_json_message(self, event_source, event):
distbuild.crash_point()