Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for feeding RBSC #518

Closed
mandelsoft opened this issue Sep 24, 2023 · 2 comments · Fixed by #644
Closed

Support for feeding RBSC #518

mandelsoft opened this issue Sep 24, 2023 · 2 comments · Fixed by #644

Comments

@mandelsoft
Copy link
Contributor

mandelsoft commented Sep 24, 2023

To support the inbound process for SAPs delivery channel (RBSC=repository based shipment channel) we need two basic extensions of the OCM command line tool:

  • provide a check command to check whether a complete component version graph has been imported per value transport.
    It must check whether along the component version references only local access methods are used.

(Already implemented:)

  • the transfer command must be able to write a yaml/json file describing all the component versions, which have been transported
    (with the --recursive) options. This will be requested by a new option allowing to specify the bom output file.
@robertwol
Copy link
Contributor

@ccwienk @ikhandamirov
Could you confirm if this will be required for the RBSC work you doing and/or if you can provide additional specific requirements for OCM.

@hilmarf hilmarf linked a pull request Feb 9, 2024 that will close this issue
25 tasks
@ikhandamirov
Copy link
Contributor

ikhandamirov commented Feb 9, 2024

@mandelsoft , do I understand correctly that the completeness check actually checks two things:

  1. That all referenced components are available in the given repository
  2. That all referenced external resources are present as local blobs

Is my understanding correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants