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 020b19c3b man: Updated man pages because of changed `bst show`
interface.
discard 5cd01304c tox.ini: Fix `tox -e man` manpage regeneration
discard b9224cfb6 tests/frontend/show.py: Add tests for new %{source-info}
format
discard e292483aa frontend: Support %{source-info} in `bst show`
discard affef46d4 plugins/sources/remote.py: Documentation updates
discard 6578b1bc0 plugins/sources/tar.py: Documentation updates
discard 7ac289c0d downloadablefilesource.py: Implement collect_source_info()
discard 799672034 local source: Implement collect_source_info()
discard 7a5e1f3fd workspace source: Implement collect_source_info()
discard a29074851 source.py: Add collect_source_info() abstract method.
add fd40dcab5 source.py: Add collect_source_info() abstract method.
add b72c0daca workspace source: Implement collect_source_info()
add 69ec746ca local source: Implement collect_source_info()
add 7d199194b downloadablefilesource.py: Implement collect_source_info()
add 730cd9444 plugins/sources/tar.py: Documentation updates
add 574acb8d0 plugins/sources/remote.py: Documentation updates
add b8661ff2e frontend: Support %{source-info} in `bst show`
add 92558537d tests/frontend/show.py: Add tests for new %{source-info}
format
add 72dc4f0fe tox.ini: Fix `tox -e man` manpage regeneration
add 20a2d0c22 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 (020b19c3b)
\
N -- N -- N refs/heads/tristan/sboms (20a2d0c22)
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 | 14 ++++++++++++--
src/buildstream/source.py | 28 ++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 2 deletions(-)