← 返回命令列表

Linux command

koji-cancel 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

koji cancel [task_id]

Example

koji cancel [task_id1] [task_id2]

Example

koji cancel [package-1.0-1.fc38]

Example

koji cancel --full [task_id]

Force

koji cancel --force [task_id]

说明

koji cancel cancels one or more active tasks running on the Koji build system. Tasks must be in a cancelable state (pending or running) for this command to succeed.

参数

task_id
Numeric task ID, or build NVR / build ID (can specify multiple).
--justone
Cancel only the task itself, not its descendant subtasks.
--full
Cancel the task and all of its descendants (full task tree).
--force
Allow an admin to cancel a task owned by another user.
-h, --help
Display help information.

FAQ

What is the koji-cancel command used for?

koji cancel cancels one or more active tasks running on the Koji build system. Tasks must be in a cancelable state (pending or running) for this command to succeed.

How do I run a basic koji-cancel example?

Run `koji cancel [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does task_id do in koji-cancel?

Numeric task ID, or build NVR / build ID (can specify multiple).