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
omit 32a6c03 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
omit 21e6030 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
omit 3942d84 tests/sources/docker.py: Test docker's collect_source_info()
implementation
omit 36c90fd tests/sources/git.py: Testing git's collect_source_info()
implementation
omit 4b1d2e3 tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
omit c234a83 tests/sources/patch.py: Test patch's collect_source_info()
implementation
omit aaa2df1 sources/pip.py: Implement collect_source_info()
omit 0ff128a sources/bzr.py: Implement collect_source_info()
omit fa4a588 sources/docker.py: Implement collect_source_info()
omit f91a2e8 sources/git.py: Implement collect_source_info()
omit d79a3fd sources/cargo.py: Implement collect_source_info()
omit e2c1721 sources/patch.py: Implement collect_source_info()
omit 2ff3665 tox.ini: Test against tristan/sboms buildstream branch
add c2a7958 tox.ini: Test against tristan/sboms buildstream branch
add 84c59f2 sources/patch.py: Implement collect_source_info()
add d40848a sources/cargo.py: Implement collect_source_info()
add 9d22961 sources/git.py: Implement collect_source_info()
add 4e1a996 sources/docker.py: Implement collect_source_info()
add d172d78 sources/bzr.py: Implement collect_source_info()
add 68aab5e sources/pip.py: Implement collect_source_info()
add 44dffe4 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add ce59fa6 tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
add 269b3e5 tests/sources/git.py: Testing git's collect_source_info()
implementation
add 7d77a50 tests/sources/docker.py: Test docker's collect_source_info()
implementation
add a469007 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add 194d0d4 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 (32a6c03)
\
N -- N -- N refs/heads/tristan/sboms (194d0d4)
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/bzr.py | 14 ++++++++++++--
src/buildstream_plugins/sources/cargo.py | 14 ++++++++++++--
src/buildstream_plugins/sources/docker.py | 14 ++++++++++++--
src/buildstream_plugins/sources/git.py | 14 ++++++++++++--
src/buildstream_plugins/sources/patch.py | 14 ++++++++++++--
src/buildstream_plugins/sources/pip.py | 14 ++++++++++++--
tox.ini | 2 +-
7 files changed, 73 insertions(+), 13 deletions(-)