Skip to content

Commit d14ce60

Browse files
DustMerlinkbdharun
andauthored
koji-build: add page (#19204)
* koji-build: add page * Correct the incorrect spelling * Update pages/linux/koji-build.md Co-authored-by: K.B.Dharun Krishna <[email protected]> * Update pages/linux/koji-build.md Co-authored-by: K.B.Dharun Krishna <[email protected]> * Update pages/linux/koji-build.md Co-authored-by: K.B.Dharun Krishna <[email protected]> * Update pages/linux/koji-build.md Co-authored-by: K.B.Dharun Krishna <[email protected]> * Update koji-build.md --------- Co-authored-by: K.B.Dharun Krishna <[email protected]>
1 parent 4b33c5d commit d14ce60

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/koji-build.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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`

0 commit comments

Comments
 (0)