This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/cascache-cleanup
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard bbbe9ddcf Use CASDProcessManager directly to access REAPI stubs
discard 6f5d61a59 casremote: drop the push_message method
discard 91877f5a6 tests/artifactcache/pull: stop using CASRemote.push_message()
add 4c9655779 scheduler.py: Replace asyncio child watcher with our own
watcher thread
add 2e4a6990e Merge pull request #2064 from apache/jbilleter/child-watcher
add f48ecb439 _frontend: Fix shell completion with Click >= 8.2
add 0156009ae types.py: Return `NotImplemented` for unsupported `FastEnum`
operations
add a7455a349 Merge pull request #2065 from apache/jbilleter/click
add 0b4914d05 tests/artifactcache/pull: stop using CASRemote.push_message()
add 852698bcc casremote: drop the push_message method
add 6691c75d2 Use CASDProcessManager directly to access REAPI stubs
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 (bbbe9ddcf)
\
N -- N -- N refs/heads/abderrahim/cascache-cleanup (6691c75d2)
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:
src/buildstream/_frontend/cli.py | 18 ++++++++++++----
src/buildstream/_frontend/complete.py | 16 ++++++++++----
src/buildstream/_scheduler/scheduler.py | 38 +++++++++++++++------------------
src/buildstream/types.py | 4 ++--
tests/artifactcache/pull.py | 4 +++-
5 files changed, 48 insertions(+), 32 deletions(-)