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 6db2ddc tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
discard 532bf1f tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
discard 6761dea tests/sources/docker.py: Test docker's collect_source_info()
implementation
discard ed442b3 tests/sources/git.py: Testing git's collect_source_info()
implementation
discard b20e9ec tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
discard 745569a tests/sources/patch.py: Test patch's collect_source_info()
implementation
discard d5961a0 sources/pip.py: Implement collect_source_info()
discard 5e04283 sources/bzr.py: Implement collect_source_info()
discard e1669ec sources/docker.py: Implement collect_source_info()
discard 48e2aee sources/git.py: Implement collect_source_info()
discard 4a63a05 sources/cargo.py: Implement collect_source_info()
discard 049467f sources/patch.py: Implement collect_source_info()
discard c711b7c tox.ini: Test against tristan/sboms buildstream branch
add 5f99c26 tox.ini: Test against tristan/sboms buildstream branch
add 1349288 sources/patch.py: Implement collect_source_info()
add be52db8 sources/cargo.py: Implement collect_source_info()
add a9ae6f9 sources/git.py: Implement collect_source_info()
add 116d869 sources/docker.py: Implement collect_source_info()
add e2a6616 sources/bzr.py: Implement collect_source_info()
add 559d0da sources/pip.py: Implement collect_source_info()
add 2e1ffa4 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add b4f669b tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
add 4787233 tests/sources/git.py: Testing git's collect_source_info()
implementation
add 02c8db2 tests/sources/docker.py: Test docker's collect_source_info()
implementation
add 3f071d4 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add 90bd4a2 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 (6db2ddc)
\
N -- N -- N refs/heads/tristan/sboms (90bd4a2)
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/docker.py | 20 +++++++-------------
src/buildstream_plugins/sources/pip.py | 9 ++++++---
tests/sources/docker.py | 5 ++++-
tests/sources/pip_build.py | 5 ++++-
tox.ini | 2 +-
5 files changed, 22 insertions(+), 19 deletions(-)