Releases: rpm-software-management/modulemd-tools
Releases · rpm-software-management/modulemd-tools
modulemd-tools-0.4-1
createrepo_mod
: support also non-module repositories, so it can be used as a drop-in replacement forcreaterepo_c
tool and clients doesn't have to differentiate what is being built and therefore what createrepo tool should be used. Instead,createrepo_mod
can be always used.
modulemd-tools-0.3-1
Upstream renamed to modulemd-tools
, currently providing the following scripts:
repo2module
- Takes a YUM repository on its input and creates modules.yaml containing YAML module definitions generated for each package.dir2module
- Generates a module YAML definition based on essential module information provided via command-line parameters.createrepo_mod
- A small wrapper aroundcreaterepo_c
andmodifyrepo_c
to provide an easy tool for generating module repositories.modulemd-merge
- Merge several modules.yaml files into one.
Please read more about them in the README.md.
Thank you @sgallagher, @g-v-egidy, and @FrostyX for collaboration on this release.
repo2module 0.1
Initial release