This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/re-tree-only
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 603d80410 sandbox: request remote execution output as a directory
digest
add 9ef20442a Operate on public data under Lock
add 35904f363 Merge pull request #1956 from nanonyme/nanonyme/thread-safety
add 9b2dc9f0c cas: make CASCache._fetch_directory() internal
add 8aeae5443 sandbox: request remote execution output as a directory
digest
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 (603d80410)
\
N -- N -- N refs/heads/abderrahim/re-tree-only (8aeae5443)
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/_artifactcache.py | 6 +--
src/buildstream/_cas/cascache.py | 66 +++++++++++++++----------------
src/buildstream/_elementsourcescache.py | 2 +-
src/buildstream/_sourcecache.py | 2 +-
src/buildstream/element.py | 34 +++++++++-------
src/buildstream/sandbox/_sandboxremote.py | 2 +-
6 files changed, 59 insertions(+), 53 deletions(-)