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 42b0f4951 local source: Implement collect_source_info()
discard b516fce3f downloadablefilesource.py: Implement collect_source_info()
discard d81b78fd5 source.py: Add collect_source_info() abstract method.
add 59e63f896 source.py: Add collect_source_info() abstract method.
add e02262d62 downloadablefilesource.py: Implement collect_source_info()
add 3c9f6fd65 local source: Implement collect_source_info()
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 (42b0f4951)
\
N -- N -- N refs/heads/tristan/sboms (3c9f6fd65)
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 | 4 +---
src/buildstream/plugins/sources/local.py | 4 +---
src/buildstream/source.py | 5 ++---
3 files changed, 4 insertions(+), 9 deletions(-)