From 534fe7aaca2d0e6048e92c6c76e455c5c972ad85 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 5 May 2015 17:55:22 +0000 Subject: Update distbuild protocol version to 3 Commit 84096556ea54d4af236f1fe5f7ccf61c1343016f changed the protocol without changing the protocol version. Versions of Morph between that one and this one may hang forever in 'morph distbuild' if trying to build on an incompatible distbuild network. Change-Id: I9194657f59a4b4a61a6fde7bd85105b56ca1a78d --- distbuild/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distbuild') diff --git a/distbuild/protocol.py b/distbuild/protocol.py index eab16141..8de60ba4 100644 --- a/distbuild/protocol.py +++ b/distbuild/protocol.py @@ -22,7 +22,7 @@ # time a change is introduced that would break server/initiator compatibility -VERSION = 2 +VERSION = 3 _required_fields = { -- cgit v1.2.1