This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/virtual-directory-cleanup
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard 6bfe41a storage/_casbaseddirectory.py: Full cleanup
add 64711e6 storage/_casbaseddirectory.py: Full cleanup
add b83bb5a storage/directory.py: Remove `can_link` parameter from
Directory.import_files()
add 230ff88 storage/directory.py: Make Directory.export_files() an
internal function
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 (6bfe41a)
\
N -- N -- N refs/heads/tristan/virtual-directory-cleanup
(230ff88)
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/_elementsources.py | 4 +-
src/buildstream/_sourcecache.py | 2 +-
src/buildstream/_stream.py | 18 ++----
src/buildstream/element.py | 4 +-
src/buildstream/plugins/elements/compose.py | 2 +-
src/buildstream/storage/_casbaseddirectory.py | 20 +++----
src/buildstream/storage/_filebaseddirectory.py | 78 +++++++++-----------------
src/buildstream/storage/directory.py | 54 +++++++-----------
tests/internals/storage_vdir_import.py | 4 +-
9 files changed, 70 insertions(+), 116 deletions(-)