Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pages/linux/koji.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# koji

> Interact with kojihub.
> More information: <https://docs.pagure.org/koji>.

- Execute a koji subcommand:

`koji {{subcommand}}`

- Display help about global options:

`koji --help`

- Display help to get all available commands:

`koji help`

- Display help for a specific subcommand (like `build`, `tag-build`, `download-build`, `buildinfo`,`call`, etc.):

`koji {{subcommand}} --help`

- Introduce yourself to test connectivity with koijhub:

`koji moshimoshi`