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 9d66fdba8 man: Updated man pages because of changed `bst show` 
interface.
 discard b2241401b tox.ini: Fix `tox -e man` manpage regeneration
 discard 8fc995da7 tests/frontend/show.py: Add tests for new %{source-info} 
format
 discard e0969307c frontend: Support %{source-info} in `bst show`
 discard 41e7387d6 downloadablefilesource.py: Implement collect_source_info()
 discard cc8aab4c4 local source: Implement collect_source_info()
 discard a1b1eaee2 workspace source: Implement collect_source_info()
 discard 783b5b4e6 source.py: Add collect_source_info() abstract method.
     add a29074851 source.py: Add collect_source_info() abstract method.
     add aa9a2b6ca workspace source: Implement collect_source_info()
     add 68bf375fa local source: Implement collect_source_info()
     add daeef17d3 downloadablefilesource.py: Implement collect_source_info()
     add 834eeb0b0 plugins/sources/tar.py: Documentation updates
     add 154afd3c3 plugins/sources/remote.py: Documentation updates
     add e85c90e23 frontend: Support %{source-info} in `bst show`
     add 80ff93d0d tests/frontend/show.py: Add tests for new %{source-info} 
format
     add bb71a4396 tox.ini: Fix `tox -e man` manpage regeneration
     add 6c2a09a84 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   (9d66fdba8)
            \
             N -- N -- N   refs/heads/tristan/sboms (6c2a09a84)

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/downloadablefilesource.py    | 21 ++++++++++++++++++-
 src/buildstream/plugins/sources/local.py     | 19 ++++++++++++++++++
 src/buildstream/plugins/sources/remote.py    | 12 +++++++++--
 src/buildstream/plugins/sources/tar.py       | 12 +++++++++--
 src/buildstream/plugins/sources/workspace.py | 30 ++++++++++++++++++++++------
 src/buildstream/source.py                    |  7 ++-----
 6 files changed, 85 insertions(+), 16 deletions(-)

Reply via email to