Skip to content

Commit 9e204f6

Browse files
DustMerlinManagorivanbaluta
authored
koji-{buildinfo,download-build,tag-build}: add page (#19239)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
1 parent 1b6873e commit 9e204f6

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

pages/linux/koji-buildinfo.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# koji buildinfo
2+
3+
> Print basic information about a build.
4+
> More information: <https://docs.pagure.org/koji>.
5+
6+
- Print basic information:
7+
8+
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}}`
9+
10+
- Print basic information with changelog:
11+
12+
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}} --changelog`
13+
14+
- Display help:
15+
16+
`koji buildinfo --help`

pages/linux/koji-download-build.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# koji download-build
2+
3+
> Download a built package.
4+
> More information: <https://docs.pagure.org/koji>.
5+
6+
- Download all RPMs from a specific build:
7+
8+
`koji download-build {{BuildID|RPM|NVR}}`
9+
10+
- Download RPMs signed with the given key:
11+
12+
`koji download-build {{BuildID|RPM|NVR}} --key {{key}}`
13+
14+
- Only download RPMs for given arch:
15+
16+
`koji download-build {{BuildID|RPM|NVR}} --arch {{x86_64,aarch64,noarch,...}}`
17+
18+
- Download the given RPM:
19+
20+
`koji download-build {{RPM}} --rpm`
21+
22+
- Display help:
23+
24+
`koji download-build --help`

pages/linux/koji-tag-build.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# koji tag-build
2+
3+
> Apply a tag to one or more builds.
4+
> More information: <https://docs.pagure.org/koji>.
5+
6+
- Apply a tag to one or more builds:
7+
8+
`koji tag-build {{tag}} {{NVR1 NVR2 ...}}`
9+
10+
- Don't wait on task:
11+
12+
`koji tag-build {{tag}} {{NVR1 NVR2 ...}} --nowait`
13+
14+
- Force operation:
15+
16+
`koji tag-build {{tag}} {{NVR1 NVR2 ...}} --force`
17+
18+
- Display help:
19+
20+
`koji tag-build --help`

0 commit comments

Comments
 (0)