You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module metadata is a document describing build options, build order and components for a module (packages built as a "group"). These metadata documents are included in the distribution, but as a compiled document (each arch/module/stream has it's own document with a list of artifacts + the base document).
Instead of processing these documents normally, it is viable to process the "src" variant of these through CentOS Stream. Even though Stream is rolling, the module metadata is published in the respective point release branches.
Module metadata is a document describing build options, build order and components for a module (packages built as a "group"). These metadata documents are included in the distribution, but as a compiled document (each arch/module/stream has it's own document with a list of artifacts + the base document).
Instead of processing these documents normally, it is viable to process the "src" variant of these through CentOS Stream. Even though Stream is rolling, the module metadata is published in the respective point release branches.
Example:
https://gitlab.com/redhat/centos-stream/modules/389-ds/-/tree/stream-389-ds-1.4-rhel-8.6.0?ref_type=heads (8.6)
https://gitlab.com/redhat/centos-stream/modules/389-ds/-/tree/stream-389-ds-1.4-rhel-8.9.0?ref_type=heads (8.9)
There is currently an implementation to import and match a point release and clean up the metadata (https://github.com/openela/mothership/blob/main/worker_server/modulemd_import/modulemd_import.go) but it is not connected to an entrypoint, or finalized at all.
Code changes we need:
Infrastructure changes:
The text was updated successfully, but these errors were encountered: