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 ea856b19d frontend: Support %{source-info} in `bst show`
 discard 60a7246bf local source: Implement collect_source_info()
 discard 26ad0d5d9 downloadablefilesource.py: Implement collect_source_info()
 discard 903eb0160 source.py: Add collect_source_info() abstract method.
     add 3af62d34b source.py: Add collect_source_info() abstract method.
     add da6f25a9e workspace source: Implement collect_source_info()
     add de94a5520 downloadablefilesource.py: Implement collect_source_info()
     add aa5e009ff local source: Implement collect_source_info()
     add 473fd659b frontend: Support %{source-info} in `bst show`
     add 26ddbb6f8 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   (ea856b19d)
            \
             N -- N -- N   refs/heads/tristan/sboms (26ddbb6f8)

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/plugins/sources/workspace.py       |   5 +-
 src/buildstream/source.py                          |   5 +
 tests/frontend/show.py                             | 129 +++++++++++++++++++++
 .../base.bst => source-info/elements/local.bst}    |   2 +-
 .../source-info/elements/tar-custom-version.bst    |   8 ++
 .../frontend/source-info/elements/tar-no-micro.bst |   6 +
 tests/frontend/source-info/elements/tar.bst        |   6 +
 tests/frontend/source-info/files/testfile          |   1 +
 .../project.conf                                   |   2 +-
 9 files changed, 161 insertions(+), 3 deletions(-)
 copy tests/frontend/{strict-depends/elements/base.bst => 
source-info/elements/local.bst} (61%)
 create mode 100644 tests/frontend/source-info/elements/tar-custom-version.bst
 create mode 100644 tests/frontend/source-info/elements/tar-no-micro.bst
 create mode 100644 tests/frontend/source-info/elements/tar.bst
 create mode 100644 tests/frontend/source-info/files/testfile
 copy tests/frontend/{artifact_list_contents => source-info}/project.conf (72%)

Reply via email to