This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 0e4e8bd0cf94cc320b35fd52b8c1f2b668561aea Merge: 85ebf8a ad3710c Author: Tristan Van Berkom <[email protected]> AuthorDate: Fri May 23 13:14:24 2025 +0900 Merge pull request #87 from apache/tristan/sboms Implement new collect_source_info() method project.conf | 2 +- src/buildstream_plugins/sources/bzr.py | 53 +++++++- src/buildstream_plugins/sources/cargo.py | 31 ++++- src/buildstream_plugins/sources/docker.py | 82 +++++++++++- src/buildstream_plugins/sources/git.py | 138 ++++++++++++++++++++- src/buildstream_plugins/sources/patch.py | 33 ++++- src/buildstream_plugins/sources/pip.py | 50 +++++++- tests/sources/bzr.py | 29 +++++ tests/sources/cargo.py | 19 +++ tests/sources/docker.py | 26 ++++ tests/sources/docker/elements/dockerhub-alpine.bst | 1 + tests/sources/git.py | 97 +++++++++++++++ .../git/source-info/elements/describe-custom.bst | 7 ++ .../git/source-info/elements/describe-offset.bst | 6 + .../sources/git/source-info/elements/describe.bst | 6 + .../git/source-info/elements/no-describe.bst | 6 + .../sources/git/source-info/elements/override.bst | 7 ++ tests/sources/git/source-info/project.conf | 10 ++ tests/sources/patch.py | 22 ++++ tests/sources/pip_build.py | 33 ++++- tox.ini | 2 +- 21 files changed, 640 insertions(+), 20 deletions(-)
