This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/background
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 95c5b81b5 _sandboxbuildboxrun.py: Restore terminal after exit of
interactive child
add 048b68327 Add new changes for LocalCAS protocol with protobuf 3.20.1
add ca3693fd9 Pass keepalive time from configuration to grpc
add ef3bbcb85 Merge pull request #1879 from nanonyme/nanonyme/keepalive
add bdcc00ca6 _yaml.pyx: disallow duplicate keys in yaml mappings
add 14899b2c6 tests/format/link.py: pass `--deps none` to bst
add 5a18e5055 Merge pull request #1877 from
apache/abderrahim/yaml-duplicate-key
add dd96570f7 _sandboxbuildboxrun.py: Restore terminal after exit of
interactive child
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 (95c5b81b5)
\
N -- N -- N refs/heads/abderrahim/background (dd96570f7)
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:
doc/source/using_config.rst | 6 ++
src/buildstream/_cas/casremote.py | 3 +
.../_protos/build/buildgrid/local_cas.proto | 4 +
.../_protos/build/buildgrid/local_cas_pb2.py | 119 +++++++++++----------
src/buildstream/_remotespec.py | 18 +++-
src/buildstream/_yaml.pyx | 2 +
tests/format/link.py | 2 +-
7 files changed, 93 insertions(+), 61 deletions(-)