File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # koji build
2+
3+ > Build an RPM package.
4+ > More information: < https://docs.pagure.org/koji > .
5+
6+ - Build a package from ` src.rpm ` :
7+
8+ ` koji build {{target}} {{path/to/src.rpm}} `
9+
10+ - Build a package from a SCM (Source Code Management) URL:
11+
12+ ` koji build {{target}} {{git+https://src.fedoraproject.org/rpms/vim.git#e847a50297a216229050bf4db3d06a139104e7cf}} `
13+
14+ - Perform a scratch build:
15+
16+ ` koji build {{target}} {{path/to/src.rpm}} --scratch `
17+
18+ - Wait on the build, even if it's running in the background:
19+
20+ ` koji build {{target}} {{path/to/src.rpm}} --wait `
21+
22+ - Don't wait on build:
23+
24+ ` koji build {{target}} {{path/to/src.rpm}} --nowait `
25+
26+ - Display help:
27+
28+ ` koji build --help `
You can’t perform that action at this time.
0 commit comments