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 a4165b609 man: Updated man pages because of changed `bst show`
interface.
omit 612095337 tox.ini: Fix `tox -e man` manpage regeneration
omit 88d5966c5 tests/frontend/show.py: Add tests for new %{source-info}
format
omit 596f2cbb9 frontend: Support %{source-info} in `bst show`
omit 3ad7b3179 plugins/sources/remote.py: Documentation updates
omit a874d184b plugins/sources/tar.py: Documentation updates
omit 59959c2cd downloadablefilesource.py: Implement collect_source_info()
omit 1a4ac01f2 local source: Implement collect_source_info()
omit fb418286e workspace source: Implement collect_source_info()
omit 2e2b984e1 source.py: Add collect_source_info() abstract method.
add 096440760 source.py: Add collect_source_info() abstract method.
add c0f9bbb9d workspace source: Implement collect_source_info()
add de4deae8a local source: Implement collect_source_info()
add 0e49aef24 downloadablefilesource.py: Implement collect_source_info()
add fd1b35eea plugins/sources/tar.py: Documentation updates
add 14caabeb7 plugins/sources/remote.py: Documentation updates
add 62f9a4b40 frontend: Support %{source-info} in `bst show`
add 2e0dee8ea tests/frontend/show.py: Add tests for new %{source-info}
format
add 932b16b15 tox.ini: Fix `tox -e man` manpage regeneration
add 454610e1e man: Updated man pages because of changed `bst show`
interface.
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 (a4165b609)
\
N -- N -- N refs/heads/tristan/sboms (454610e1e)
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/downloadablefilesource.py | 7 ++++---
src/buildstream/plugins/sources/local.py | 14 ++++----------
src/buildstream/plugins/sources/workspace.py | 14 ++++----------
src/buildstream/source.py | 15 ++++++++++++---
tests/frontend/show.py | 4 ++--
5 files changed, 26 insertions(+), 28 deletions(-)