Skip to content

Add RPM generation functionality

Jonathan Maw requested to merge tristan/rpm-export-rebase into master

Adds generation of RPMs for all chunks in a system when the configuration variable generate-rpms is set. When generate-rpms is a list, it will only generate RPMs for chunks that are in that list.

RPM generation is based on fields attached to the rpm-metadata field within a chunk definition. There is currently no documentation for which fields are used. See ybd/rpm.py for details.

Merge request reports