This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch traveltissues/mr4 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8816ffaa64e6e9de248c02231fa2bcc791dab018 Author: Darius Makovsky <[email protected]> AuthorDate: Tue Dec 31 12:05:30 2019 +0000 cascache: append MTimes to capturefiles request --- src/buildstream/_cas/cascache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buildstream/_cas/cascache.py b/src/buildstream/_cas/cascache.py index bb2abc6..725ce6a 100644 --- a/src/buildstream/_cas/cascache.py +++ b/src/buildstream/_cas/cascache.py @@ -321,6 +321,7 @@ class CASCache: path = tmp.name request = local_cas_pb2.CaptureFilesRequest() + request.node_properties.append("MTime") if instance_name: request.instance_name = instance_name
