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
omit ca338d5e5 tests/frontend/show.py: Add tests for new %{source-info}
format
omit 745f7c2dc frontend: Support %{source-info} in `bst show`
omit 0d8697cfd downloadablefilesource.py: Implement collect_source_info()
omit 4263db84e local source: Implement collect_source_info()
omit 99bad218e workspace source: Implement collect_source_info()
omit ee92ce731 source.py: Add collect_source_info() abstract method.
add 4df0c72b9 source.py: Add collect_source_info() abstract method.
add b1ed834dc workspace source: Implement collect_source_info()
add bec40fce8 local source: Implement collect_source_info()
add d68e16a7e downloadablefilesource.py: Implement collect_source_info()
add 507cfa421 frontend: Support %{source-info} in `bst show`
add b40c35d62 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 (ca338d5e5)
\
N -- N -- N refs/heads/tristan/sboms (b40c35d62)
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 | 3 +-
src/buildstream/downloadablefilesource.py | 2 +
src/buildstream/source.py | 117 ++++++++++++++++++++++++++++++
3 files changed, 121 insertions(+), 1 deletion(-)