You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/07/22 04:37:00 UTC

[buildstream] branch tristan/fix-delete-artifact-nonstrict updated (5761530f9 -> 8ae8646be)

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

tvb pushed a change to branch tristan/fix-delete-artifact-nonstrict
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 5761530f9 tests/integration/cachedfail.py: Test deletion of artifacts in non-strict mode
 discard de5929242 _stream.py: Query cache in Stream.delete_artifact()
     add d6b21cff1 cascache.py: Add stage_directory() method
     add 5b5a40eae _elementsources.py: Use `StageTree` to stage previous sources
     add 7540ec996 Merge pull request #1680 from apache/juerg/fuse-stage-sources
     add 985f6eb97 _stream.py: Query cache in Stream.delete_artifact()
     add 8ae8646be tests/integration/cachedfail.py: Test deletion of artifacts in non-strict mode

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   (5761530f9)
            \
             N -- N -- N   refs/heads/tristan/fix-delete-artifact-nonstrict (8ae8646be)

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/_cas/cascache.py   | 45 ++++++++++++++++++++++++++++++++++++++
 src/buildstream/_elementsources.py | 16 +++++++-------
 2 files changed, 53 insertions(+), 8 deletions(-)