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 194d0d4 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
discard a469007 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
discard 7d77a50 tests/sources/docker.py: Test docker's collect_source_info()
implementation
discard 269b3e5 tests/sources/git.py: Testing git's collect_source_info()
implementation
discard ce59fa6 tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
discard 44dffe4 tests/sources/patch.py: Test patch's collect_source_info()
implementation
discard 68aab5e sources/pip.py: Implement collect_source_info()
discard d172d78 sources/bzr.py: Implement collect_source_info()
discard 4e1a996 sources/docker.py: Implement collect_source_info()
discard 9d22961 sources/git.py: Implement collect_source_info()
discard d40848a sources/cargo.py: Implement collect_source_info()
discard 84c59f2 sources/patch.py: Implement collect_source_info()
discard c2a7958 tox.ini: Test against tristan/sboms buildstream branch
add eb1c6b7 tox.ini: Test against tristan/sboms buildstream branch
add 5c0da83 sources/patch.py: Implement collect_source_info()
add e749912 sources/cargo.py: Implement collect_source_info()
add f9136ac sources/git.py: Implement collect_source_info()
add af148f7 sources/docker.py: Implement collect_source_info()
add ed8e8c0 sources/bzr.py: Implement collect_source_info()
add b5b494d sources/pip.py: Implement collect_source_info()
add a869c60 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add e4403d1 tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
add 108fcc8 tests/sources/git.py: Testing git's collect_source_info()
implementation
add addf8d7 tests/sources/docker.py: Test docker's collect_source_info()
implementation
add cdc89a4 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add 08e2d05 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
add 506f000 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 (194d0d4)
\
N -- N -- N refs/heads/tristan/sboms (506f000)
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:
project.conf | 2 +-
src/buildstream_plugins/sources/git.py | 96 ++++++++++++++---
tests/sources/git.py | 118 +++++++++++++++++----
.../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/testutils/repo/gitrepo.py | 4 +-
10 files changed, 220 insertions(+), 42 deletions(-)
create mode 100644 tests/sources/git/source-info/elements/describe-custom.bst
create mode 100644 tests/sources/git/source-info/elements/describe-offset.bst
create mode 100644 tests/sources/git/source-info/elements/describe.bst
create mode 100644 tests/sources/git/source-info/elements/no-describe.bst
create mode 100644 tests/sources/git/source-info/elements/override.bst
create mode 100644 tests/sources/git/source-info/project.conf