Skip to content

modulemd-tools-0.13-1

Compare
Choose a tag to compare
@FrostyX FrostyX released this 23 Feb 11:12
· 34 commits to master since this release

bld2repo

  • Sub-packages needed for the build are automatically downloaded (see #42)

modulemd-add-platform

A new modulemd-add-platform tool was added.

This tool edits a modulemd-packager YAML document. It copies contexts of an old platform to new contexts of a new platform. A file with the modulemd-packager YAML document is overrided. If a context for the new platform already exists, nothing is done. If a context for the old platform does not exist, an error is reported.

Hint: A platform specifies against what distribution and its release the module should be built against (for example f35, epel9, etc).

Thank you @ppisar and @fivaldi for contributing to this release.
Also, version 0.12 was accidentally skipped, don't worry about it.