This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/mirror-plugins
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 6a8efa18e _project.py: Use SourceMirror objects
discard 154c24306 Adding source mirror plugins
add d2984c993 Adding source mirror plugins
add 4fed6207c _project.py: Use SourceMirror objects
add 92e6a2017 doc/source/core_framework.rst: Add SourceMirror to the index
add aafaa1121 tests/frontend/mirror.py: Added test for source mirror
plugins
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 (6a8efa18e)
\
N -- N -- N refs/heads/tristan/mirror-plugins (aafaa1121)
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:
doc/source/core_framework.rst | 1 +
src/buildstream/__init__.py | 1 +
src/buildstream/_pluginfactory/pluginfactory.py | 3 +
src/buildstream/_project.py | 2 +
src/buildstream/sourcemirror.py | 28 ++++----
tests/frontend/mirror.py | 90 +++++++++++++++++++++++++
tests/frontend/project/sourcemirrors/mirror.py | 27 ++++++++
7 files changed, 136 insertions(+), 16 deletions(-)
create mode 100644 tests/frontend/project/sourcemirrors/mirror.py