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 26ddbb6f8 tests/frontend/show.py: Add tests for new %{source-info} 
format
 discard 473fd659b frontend: Support %{source-info} in `bst show`
 discard aa5e009ff local source: Implement collect_source_info()
 discard de94a5520 downloadablefilesource.py: Implement collect_source_info()
 discard da6f25a9e workspace source: Implement collect_source_info()
 discard 3af62d34b source.py: Add collect_source_info() abstract method.
     add 038583998 source.py: Add collect_source_info() abstract method.
     add 54664b2d0 workspace source: Implement collect_source_info()
     add bf898d233 downloadablefilesource.py: Implement collect_source_info()
     add 742bb01d2 local source: Implement collect_source_info()
     add 3b2ffc48d frontend: Support %{source-info} in `bst show`
     add d6d07db86 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   (26ddbb6f8)
            \
             N -- N -- N   refs/heads/tristan/sboms (d6d07db86)

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                | 10 ++++++-
 src/buildstream/source.py                          | 31 +++++++++++++++-------
 tests/frontend/show.py                             | 19 +++++++++++--
 .../source-info/elements/testsource.bst}           |  2 +-
 .../source-info/plugins/testsource.py}             |  5 +++-
 tests/frontend/source-info/project.conf            |  4 +++
 6 files changed, 57 insertions(+), 14 deletions(-)
 copy tests/{format/invalid-keys/no-path-specified.bst => 
frontend/source-info/elements/testsource.bst} (54%)
 copy tests/{plugins/sample-plugins/src/sample_plugins/sources/sample.py => 
frontend/source-info/plugins/testsource.py} (68%)

Reply via email to