This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/assert-buildbox-casd-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    omit 73bd4d532 _cas/casdprocessmanager.py: Assert minimal required version 
of buildbox-casd
     add 496856557 _protos: Update protos from remote-apis
     add b29c6a48e _sandboxreapi.py: Use `output_paths` (REAPI v2.1)
     add e994a75b3 _sandboxreapi.py: Set `platform` in `Action` message (REAPI 
v2.2)
     add 5710882ab Merge pull request #1676 from apache/juerg/reapi-2.2
     add ab5b1d1e3 buildelement.py: Don't mark layout locations as read-write 
directories
     add 0dafa5a4e scriptelement.py: Don't mark layout locations as read-write 
directories
     add 7b1c66462 Merge pull request #1678 from apache/juerg/layout-directories
     add 354817efe sandbox: Remove unused build directory variables
     add 6f71b4b97 sandbox: Add `_clean_directory()` method
     add e55f3f63e element.py: Add `run_cleanup_commands()` method
     add f301b69d2 buildelement.py: Call `run_cleanup_commands()` after 
successful build
     add f60655efd scriptelement.py: Call `run_cleanup_commands()` after 
successful build
     add 0e4f375e2 Merge pull request #1677 from 
apache/juerg/clean-build-directory
     add cfe3d71c7 setup.py, setup.cfg: Disable gRPC fork support
     add 47150542e Merge pull request #1679 from apache/juerg/grpc
     add 7c931f9dc _cas/casdprocessmanager.py: Assert minimal required version 
of buildbox-casd

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (73bd4d532)
            \
             N -- N -- N   refs/heads/tristan/assert-buildbox-casd-version 
(7c931f9dc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 setup.cfg                                          |   1 +
 setup.py                                           |   5 +
 src/buildstream/_cas/casserver.py                  |   2 +-
 .../build/bazel/remote/asset/v1/remote_asset.proto |   4 +-
 .../bazel/remote/asset/v1/remote_asset_pb2.py      |   4 +-
 .../bazel/remote/asset/v1/remote_asset_pb2_grpc.py |   2 +-
 .../remote/execution/v2/remote_execution.proto     | 334 +++++++++++++++---
 .../remote/execution/v2/remote_execution_pb2.py    | 250 ++++++-------
 .../execution/v2/remote_execution_pb2_grpc.py      | 387 +++++++++++++++------
 src/buildstream/buildelement.py                    |   8 +-
 src/buildstream/element.py                         |  39 ++-
 src/buildstream/sandbox/_sandboxreapi.py           |  39 ++-
 src/buildstream/sandbox/sandbox.py                 |  57 ++-
 src/buildstream/scriptelement.py                   |   8 +-
 14 files changed, 823 insertions(+), 317 deletions(-)

Reply via email to