snippetbashTip
koji build — Build an RPM package. More information: <https://docs.pagure.org/koji/>.
Viewed 0 times
commandbuildkoji buildrpmcliinformationpackagemore
linux
Problem
How to use the
koji build command: Build an RPM package. More information: <https://docs.pagure.org/koji/>.Solution
koji build — Build an RPM package. More information: <https://docs.pagure.org/koji/>.Build a package from
src.rpm:koji build {{target}} {{path/to/src.rpm}}Build a package from a SCM (Source Code Management) URL:
koji build {{target}} {{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}}Perform a scratch build:
koji build {{target}} {{path/to/src.rpm}} --scratchWait on the build, even if it's running in the background:
koji build {{target}} {{path/to/src.rpm}} --waitDon't wait on build:
koji build {{target}} {{path/to/src.rpm}} --nowaitDisplay help:
koji build {{[-h|--help]}}Code Snippets
Build a package from `src.rpm`
koji build {{target}} {{path/to/src.rpm}}Build a package from a SCM (Source Code Management) URL
koji build {{target}} {{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}}Perform a scratch build
koji build {{target}} {{path/to/src.rpm}} --scratchWait on the build, even if it's running in the background
koji build {{target}} {{path/to/src.rpm}} --waitDon't wait on build
koji build {{target}} {{path/to/src.rpm}} --nowaitContext
tldr-pages: linux/koji build
Revisions (0)
No revisions yet.