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 d937f94bf man: Updated man pages because of changed `bst show`
interface.
omit 517de3eaf tox.ini: Fix `tox -e man` manpage regeneration
omit 76f38115b tests/frontend/show.py: Add tests for new %{source-info}
format
omit f99ab6d0f frontend: Support %{source-info} in `bst show`
omit 502e7abe8 plugins/sources/remote.py: Documentation updates
omit 0a06f025b plugins/sources/tar.py: Documentation updates
omit 14dc153eb downloadablefilesource.py: Implement collect_source_info()
omit 69ec746ca local source: Implement collect_source_info()
omit b72c0daca workspace source: Implement collect_source_info()
omit fd40dcab5 source.py: Add collect_source_info() abstract method.
add 20c6c724a source.py: Add collect_source_info() abstract method.
add 76647d193 workspace source: Implement collect_source_info()
add 6360c8041 local source: Implement collect_source_info()
add 7e0df657d downloadablefilesource.py: Implement collect_source_info()
add 18bb9b733 plugins/sources/tar.py: Documentation updates
add d31b6b30c plugins/sources/remote.py: Documentation updates
add 3c5104ba0 frontend: Support %{source-info} in `bst show`
add 3858c77b2 tests/frontend/show.py: Add tests for new %{source-info}
format
add 8dffb5397 tox.ini: Fix `tox -e man` manpage regeneration
add 862110526 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 (d937f94bf)
\
N -- N -- N refs/heads/tristan/sboms (862110526)
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/source.py | 32 +++++++++++++++++++---
tests/frontend/show.py | 22 +++++++++++++++
.../source-info/elements/extradata.bst} | 2 +-
.../plugins/{testsource.py => extradata.py} | 11 ++++++--
tests/frontend/source-info/project.conf | 1 +
5 files changed, 60 insertions(+), 8 deletions(-)
copy tests/{format/invalid-keys/no-path-specified.bst =>
frontend/source-info/elements/extradata.bst} (56%)
copy tests/frontend/source-info/plugins/{testsource.py => extradata.py} (67%)