Linux command
koji-resubmit 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Resubmit
koji resubmit [task_id]
Example
koji resubmit [task_id] --nowait
Example
koji resubmit [task_id] --quiet
Example
koji resubmit --help
说明
koji resubmit retries a cancelled or failed task using the same parameters as the original task. This is useful for transient failures such as network issues or temporary resource exhaustion.
参数
- task_id
- The ID of the task to resubmit
- --nowait, --nowatch
- Do not wait for task completion
- --quiet
- Do not print task information
- -h, --help
- Display help information
FAQ
What is the koji-resubmit command used for?
koji resubmit retries a cancelled or failed task using the same parameters as the original task. This is useful for transient failures such as network issues or temporary resource exhaustion.
How do I run a basic koji-resubmit example?
Run `koji resubmit [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does task_id do in koji-resubmit?
The ID of the task to resubmit