mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 20:53:06 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/koji-buildinfo
Normal file
21
tldr/linux/koji-buildinfo
Normal 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`
|
||||
Reference in New Issue
Block a user