LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

koji-cancel

cancels one or more active tasks running on the Koji build system

TLDR

Cancel a task by ID
$ koji cancel [task_id]
copy
Cancel multiple tasks
$ koji cancel [task_id1] [task_id2]
copy
Cancel a build by NVR or build ID
$ koji cancel [package-1.0-1.fc38]
copy
Cancel entire task tree (task and all descendants)
$ koji cancel --full [task_id]
copy
Force cancellation on non-owned tasks (admin only)
$ koji cancel --force [task_id]
copy

SYNOPSIS

koji cancel [options] taskid [taskid...]

DESCRIPTION

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.

PARAMETERS

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.

CAVEATS

Only tasks owned by the user or tasks the user has permission to cancel can be stopped. Completed tasks cannot be canceled.

SEE ALSO

koji(1), koji-build(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid