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-plugins.git


 discard 472e3fc  project.conf: Update min-version to 2.5
 discard 37a7c70  tests/sources/pip_build.py: Test pip's collect_source_info() 
implementation
 discard 1797734  tests/sources/bzr.py: Test bzr's collect_source_info() 
implementation
 discard 8d44a48  tests/sources/docker.py: Test docker's collect_source_info() 
implementation
 discard 0559b37  tests/sources/git.py: Testing git's collect_source_info() 
implementation
 discard e4403d1  tests/sources/cargo.py: Test cargo's collect_source_info() 
implementation
 discard a869c60  tests/sources/patch.py: Test patch's collect_source_info() 
implementation
 discard b5b494d  sources/pip.py: Implement collect_source_info()
 discard ed8e8c0  sources/bzr.py: Implement collect_source_info()
 discard af148f7  sources/docker.py: Implement collect_source_info()
 discard f9136ac  sources/git.py: Implement collect_source_info()
 discard e749912  sources/cargo.py: Implement collect_source_info()
 discard 5c0da83  sources/patch.py: Implement collect_source_info()
     add 7641b6f  sources/patch.py: Implement collect_source_info()
     add e822192  sources/cargo.py: Implement collect_source_info()
     add 9f1a45b  sources/git.py: Implement collect_source_info()
     add 0438e8c  sources/docker.py: Implement collect_source_info()
     add e70c77a  sources/bzr.py: Implement collect_source_info()
     add 07f4b13  sources/pip.py: Implement collect_source_info()
     add 837f250  tests/sources/patch.py: Test patch's collect_source_info() 
implementation
     add edbcbd0  tests/sources/cargo.py: Test cargo's collect_source_info() 
implementation
     add 9b8304b  tests/sources/git.py: Testing git's collect_source_info() 
implementation
     add b0fd7a6  tests/sources/docker.py: Test docker's collect_source_info() 
implementation
     add fce09f9  tests/sources/bzr.py: Test bzr's collect_source_info() 
implementation
     add 39298d9  tests/sources/pip_build.py: Test pip's collect_source_info() 
implementation
     add 3d939e4  project.conf: Update min-version to 2.5

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   (472e3fc)
            \
             N -- N -- N   refs/heads/tristan/sboms (3d939e4)

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/bzr.py    | 2 +-
 src/buildstream_plugins/sources/docker.py | 2 +-
 src/buildstream_plugins/sources/git.py    | 2 +-
 src/buildstream_plugins/sources/patch.py  | 2 +-
 src/buildstream_plugins/sources/pip.py    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

Reply via email to