Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-10 00:21:37 +00:00
parent 15848b0938
commit 9420175cb8
27 changed files with 159 additions and 74 deletions

View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# koji download-build
> Download a built package.
> More information: <https://docs.pagure.org/koji>.
- Download all RPMs from a specific build:
`koji download-build {{BuildID|RPM|NVR}}`
- Download RPMs signed with the given key:
`koji download-build {{BuildID|RPM|NVR}} --key {{key}}`
- Only download RPMs for given arch:
`koji download-build {{BuildID|RPM|NVR}} --arch {{x86_64,aarch64,noarch,...}}`
- Download the given RPM:
`koji download-build {{RPM}} --rpm`
- Display help:
`koji download-build --help`