This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/junction-remotes
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit fca3645b5 _context: use artifact caches from the parent project for
junctions
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
add 6b2ebbd56 Merge pull request #1931 from
apache/tristan/junction-source-mirrors
add cbe213c0b _context: use artifact caches from the parent project for
junctions
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 (fca3645b5)
\
N -- N -- N refs/heads/abderrahim/junction-remotes (cbe213c0b)
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/app.py | 1 +
.../_pluginfactory/pluginoriginjunction.py | 4 +-
src/buildstream/_pluginfactory/pluginoriginpip.py | 6 +-
src/buildstream/_project.py | 8 +-
src/buildstream/_stream.py | 32 ++---
tests/artifactcache/junctions.py | 2 +-
tests/frontend/mirror.py | 140 ++++++++++++++++++++-
tests/plugins/sample-plugins/project.conf | 5 +
tests/plugins/sample-plugins/setup.py | 3 +
.../src/sample_plugins/sourcemirrors}/__init__.py | 0
.../src/sample_plugins}/sourcemirrors/mirror.py | 0
11 files changed, 176 insertions(+), 25 deletions(-)
copy {src/buildstream/_protos =>
tests/plugins/sample-plugins/src/sample_plugins/sourcemirrors}/__init__.py
(100%)
copy tests/{frontend/project =>
plugins/sample-plugins/src/sample_plugins}/sourcemirrors/mirror.py (100%)