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 f5400f909 tests/frontend/show.py: Add tests for new %{source-info} 
format
 discard ba447ccc0 frontend: Support %{source-info} in `bst show`
 discard 7fd4795aa downloadablefilesource.py: Implement collect_source_info()
 discard 6fab15131 local source: Implement collect_source_info()
 discard a7283e9e1 workspace source: Implement collect_source_info()
 discard 4b98aed85 source.py: Add collect_source_info() abstract method.
     add dba1991fe source.py: Add collect_source_info() abstract method.
     add f2c208225 workspace source: Implement collect_source_info()
     add d7df37638 local source: Implement collect_source_info()
     add 5bd1a967c downloadablefilesource.py: Implement collect_source_info()
     add 987026a86 frontend: Support %{source-info} in `bst show`
     add 835e77cfd 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   (f5400f909)
            \
             N -- N -- N   refs/heads/tristan/sboms (835e77cfd)

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/__init__.py                  | 10 ++++++-
 src/buildstream/plugins/sources/local.py     | 20 ++++++++-----
 src/buildstream/plugins/sources/workspace.py | 22 +++++++-------
 src/buildstream/source.py                    | 44 ++++++++++++++++++++++++----
 tests/frontend/show.py                       |  2 +-
 5 files changed, 72 insertions(+), 26 deletions(-)

Reply via email to