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 3d939e4 project.conf: Update min-version to 2.5
omit 39298d9 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
omit fce09f9 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
omit b0fd7a6 tests/sources/docker.py: Test docker's collect_source_info()
implementation
omit 9b8304b tests/sources/git.py: Testing git's collect_source_info()
implementation
omit edbcbd0 tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
omit 837f250 tests/sources/patch.py: Test patch's collect_source_info()
implementation
omit 07f4b13 sources/pip.py: Implement collect_source_info()
omit e70c77a sources/bzr.py: Implement collect_source_info()
omit 0438e8c sources/docker.py: Implement collect_source_info()
omit 9f1a45b sources/git.py: Implement collect_source_info()
omit e822192 sources/cargo.py: Implement collect_source_info()
omit 7641b6f sources/patch.py: Implement collect_source_info()
omit eb1c6b7 tox.ini: Test against tristan/sboms buildstream branch
add 7c80720 tox.ini: Test against tristan/sboms buildstream branch
add b7672fa sources/patch.py: Implement collect_source_info()
add d3289d9 sources/cargo.py: Implement collect_source_info()
add 8596250 sources/git.py: Implement collect_source_info()
add 1d55406 sources/docker.py: Implement collect_source_info()
add 0d688cc sources/bzr.py: Implement collect_source_info()
add 32945ad sources/pip.py: Implement collect_source_info()
add c498d62 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add 4fd134e tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
add 88ba568 tests/sources/git.py: Testing git's collect_source_info()
implementation
add f9e0c15 tests/sources/docker.py: Test docker's collect_source_info()
implementation
add da15f39 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add c3fe3e5 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
add ad3710c project.conf: Update min-version to 2.5
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 (3d939e4)
\
N -- N -- N refs/heads/tristan/sboms (ad3710c)
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/git.py | 19 ++++++-------------
tox.ini | 2 +-
2 files changed, 7 insertions(+), 14 deletions(-)