juergbi opened a new pull request, #2091:
URL: https://github.com/apache/buildstream/pull/2091

   *   _artifactcache.py: Fix presence checks of protobuf digest fields
       
       Python truth values can't be used for presence checks of embedded 
protobuf message fields. Use `HasField()` instead. This prevents passing 
invalid digests to the Remote Asset server.
       
       Fixes #2090.
   
   *   _artifactcache.py: Add `public_data` to list of referenced blobs
   
   *    _artifactcache.py: Push and fetch sources
       The source digest is already stored in the artifact proto and added to 
the list of referenced directories if the buildtree is cached, however, the 
actual push and fetch was missing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to