You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:58:58 UTC

[buildstream] 22/26: cascache: append MTimes to capturefiles request

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 <tr...@protonmail.com>
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