Skip to content
Open
Changes from all commits
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
20 changes: 20 additions & 0 deletions pages/linux/koji-resubmit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# koji resubmit

> Retry a canceled or failed task, using the same parameter as the original task.
> More information: <https://docs.pagure.org/koji>.
- Resubmit task:

`koji resubmit {{task_id}}`

- Don't wait on task:

`koji resubmit {{task_id}} --nowait`

- Don't print the task information:

`koji resubmit {{task_id}} --quiet`

- Display help:

`koji resubmit {{[-h|--help]}}`