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

21
tldr/linux/koji-buildinfo Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# koji buildinfo
> Print basic information about a build.
> More information: <https://docs.pagure.org/koji>.
- Print basic information:
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}}`
- Print basic information with changelog:
`koji buildinfo {{BuildID_or_NVR1 BuildID_or_NRV2 ...}} --changelog`
- Display help:
`koji buildinfo --help`