This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/junction-source-mirrors
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 8d6e6cbb2 tests/frontend/mirror.py: Test circular dependencies in
mirror loading
discard 58afd4d46 Test pip and junction origins for SourceMirror plugins.
discard 06a0c2fff Support loading source mirror plugins from pip and junction
origins.
add 3a14f7a80 Drop the directory argument from the sandbox
add 518a34ee0 Merge pull request #1921 from
apache/abderrahim/sandbox-directory
add 4ef82cdba pluginoriginpip.py: Fix error type for setuptools 70
add 8df8873e8 _testing/runcli.py: Use `_yaml.roundtrip_dump()` to work
with new ruamel
add 52b7212ac pytest: Set `testpaths` to fix test collection
add 392613746 Merge pull request #1936 from apache/juerg/update-fixes
add 08480b01e Support loading source mirror plugins from pip and junction
origins.
add 24da8c862 Test pip and junction origins for SourceMirror plugins.
add adfe243ab tests/frontend/mirror.py: Test circular dependencies in
mirror loading
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 (8d6e6cbb2)
\
N -- N -- N refs/heads/tristan/junction-source-mirrors
(adfe243ab)
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:
setup.cfg | 3 ++-
src/buildstream/_pluginfactory/pluginoriginpip.py | 9 ++++++-
src/buildstream/_testing/__init__.py | 19 +++-----------
src/buildstream/_testing/runcli.py | 2 +-
src/buildstream/element.py | 31 ++++-------------------
src/buildstream/sandbox/sandbox.py | 2 +-
6 files changed, 20 insertions(+), 46 deletions(-)