module-scratch-build
Synopsis
sample-rpkg module-scratch-build [-h] [--watch] [--buildrequires name:stream] [--requires name:stream] [--optional key=value] [--file [FILE_PATH]] [--srpm SRPMS]
[scm_url] [branch]
Description
Build a scratch module using MBS
Arguments
- scm_url
The module’s SCM URL. This defaults to the current repo.
- branch
The module’s SCM branch. This defaults to the current checked-out branch.
Options
- -h --help
show this help message and exit
- --watch -w
Watch the module build
- --buildrequires
Buildrequires to override in the form of “name:stream”
- --requires
Requires to override in the form of “name:stream”
- --optional
MBS optional arguments in the form of “key=value”. For example: ‘sample-rpkg module-build –optional “reuse_components_from=<NSVC>”’. More description including list of available arguments here: https://pagure.io/fm-orchestrator/
- --file
The modulemd yaml file for module scratch build.
- --srpm
Include one or more srpms for module scratch build.