HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

koji resubmit — Retry a cancelled or failed task, using the same parameter as the original task. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
taskcommandfailedcancelledretrykoji resubmitcliusing
linux

Problem

How to use the koji resubmit command: Retry a cancelled or failed task, using the same parameter as the original task. More information: <https://docs.pagure.org/koji/>.

Solution

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

Resubmit a task:
koji resubmit {{task_id}}


Resubmit a task without waiting for it to finish:
koji resubmit {{task_id}} --nowait


Resubmit a task without printing task information:
koji resubmit {{task_id}} --quiet


Display help:
koji resubmit {{[-h|--help]}}

Code Snippets

Resubmit a task

koji resubmit {{task_id}}

Resubmit a task without waiting for it to finish

koji resubmit {{task_id}} --nowait

Resubmit a task without printing task information

koji resubmit {{task_id}} --quiet

Display help

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

Context

tldr-pages: linux/koji resubmit

Revisions (0)

No revisions yet.