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 b71a90804 tests/frontend/show.py: Add tests for new %{source-info} 
format
 discard 6bdc29a52 frontend: Support %{source-info} in `bst show`
 discard cd081c590 downloadablefilesource.py: Implement collect_source_info()
 discard 81223f969 local source: Implement collect_source_info()
 discard 7d485bc61 workspace source: Implement collect_source_info()
 discard b527fd756 source.py: Add collect_source_info() abstract method.
     add 3deab913c source.py: Add collect_source_info() abstract method.
     add 746b97f09 workspace source: Implement collect_source_info()
     add e56878c57 local source: Implement collect_source_info()
     add 66c9803b1 downloadablefilesource.py: Implement collect_source_info()
     add 7bcb714fa frontend: Support %{source-info} in `bst show`
     add 23d9f3d43 tests/frontend/show.py: Add tests for new %{source-info} 
format
     add 4b392927e tox.ini: Fix `tox -e man` manpage regeneration
     add f25a2de57 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   (b71a90804)
            \
             N -- N -- N   refs/heads/tristan/sboms (f25a2de57)

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:
 doc/source/hacking/writing_documentation.rst |  6 +-
 man/bst-artifact-checkout.1                  |  8 +--
 man/bst-artifact-delete.1                    |  2 +-
 man/bst-artifact-list-contents.1             |  8 +--
 man/bst-artifact-log.1                       |  2 +-
 man/bst-artifact-pull.1                      | 32 +++++-----
 man/bst-artifact-push.1                      | 32 +++++-----
 man/bst-artifact-show.1                      |  2 +-
 man/bst-artifact.1                           | 46 +++++++--------
 man/bst-build.1                              | 28 ++++-----
 man/bst-help.1                               |  2 +-
 man/bst-init.1                               | 14 ++---
 man/bst-shell.1                              | 30 +++++-----
 man/bst-show.1                               | 87 ++++++++++++++--------------
 man/bst-source-checkout.1                    |  8 +--
 man/bst-source-fetch.1                       | 30 +++++-----
 man/bst-source-push.1                        | 30 +++++-----
 man/bst-source-track.1                       | 30 +++++-----
 man/bst-source.1                             |  2 +-
 man/bst-workspace-close.1                    |  2 +-
 man/bst-workspace-list.1                     |  2 +-
 man/bst-workspace-open.1                     |  2 +-
 man/bst-workspace-reset.1                    |  2 +-
 man/bst-workspace.1                          |  2 +-
 man/bst.1                                    |  8 +--
 src/buildstream/source.py                    |  5 ++
 tox.ini                                      | 11 +++-
 27 files changed, 223 insertions(+), 210 deletions(-)

Reply via email to