This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/sboms
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
discard 718ffd3 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
discard 27763e6 sources/pip.py: Implement collect_source_info()
discard 68f9fb9 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
discard bd7067b sources/bzr.py: Implement collect_source_info()
discard d4ffe93 tests/sources/docker.py: Test docker's collect_source_info()
implementation
discard 3376f82 sources/docker.py: Implement collect_source_info()
discard b65d175 sources/git.py: Implement collect_source_info()
discard a5c8a8a sources/cargo.py: Implement collect_source_info()
discard f1ea7fd sources/patch.py: Implement collect_source_info()
add 7907adb sources/patch.py: Implement collect_source_info()
add 13ba482 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add faf94e7 sources/cargo.py: Implement collect_source_info()
add 3b16256 sources/git.py: Implement collect_source_info()
add 4044efb sources/docker.py: Implement collect_source_info()
add a8318bf tests/sources/docker.py: Test docker's collect_source_info()
implementation
add f8953c0 sources/bzr.py: Implement collect_source_info()
add e313e26 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add 25cea1b sources/pip.py: Implement collect_source_info()
add 2b93e36 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
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 (718ffd3)
\
N -- N -- N refs/heads/tristan/sboms (2b93e36)
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_plugins/sources/patch.py | 12 ++++++++++++
tests/sources/patch.py | 22 ++++++++++++++++++++++
2 files changed, 34 insertions(+)