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.git
discard f03d19662 tests/frontend/show.py: Add tests for new %{source-info}
format
discard df60f66b6 frontend: Support %{source-info} in `bst show`
discard 742bb01d2 local source: Implement collect_source_info()
discard bf898d233 downloadablefilesource.py: Implement collect_source_info()
discard 54664b2d0 workspace source: Implement collect_source_info()
discard 038583998 source.py: Add collect_source_info() abstract method.
add 4b98aed85 source.py: Add collect_source_info() abstract method.
add a7283e9e1 workspace source: Implement collect_source_info()
add 6fab15131 local source: Implement collect_source_info()
add 7fd4795aa downloadablefilesource.py: Implement collect_source_info()
add ba447ccc0 frontend: Support %{source-info} in `bst show`
add f5400f909 tests/frontend/show.py: Add tests for new %{source-info}
format
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 (f03d19662)
\
N -- N -- N refs/heads/tristan/sboms (f5400f909)
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/_frontend/widget.py | 2 -
src/buildstream/downloadablefilesource.py | 4 +-
src/buildstream/plugins/sources/local.py | 6 +-
src/buildstream/plugins/sources/workspace.py | 8 ++-
src/buildstream/source.py | 70 +++++++++++++++++++++---
tests/frontend/source-info/plugins/testsource.py | 8 ++-
6 files changed, 79 insertions(+), 19 deletions(-)