PR#609: move spin-livemedia to build section
Merges #609 https://pagure.io/koji/pull-request/609 Fixes #586 https://pagure.io/koji/issue/586
This commit is contained in:
commit
8560bb0cad
3 changed files with 2 additions and 3 deletions
|
|
@ -5341,7 +5341,7 @@ def handle_spin_livecd(options, session, args):
|
|||
|
||||
# This handler is for spinning livemedia images
|
||||
def handle_spin_livemedia(options, session, args):
|
||||
"""[admin] Create a livemedia image given a kickstart file"""
|
||||
"""[build] Create a livemedia image given a kickstart file"""
|
||||
|
||||
# Usage & option parsing.
|
||||
usage = _("usage: %prog spin-livemedia [options] <name> <version> <target>" +
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ admin commands:
|
|||
set-pkg-owner Set the owner for a package
|
||||
set-pkg-owner-global Set the owner for a package globally
|
||||
set-task-priority Set task priority
|
||||
spin-livemedia Create a livemedia image given a kickstart file
|
||||
unblock-group-pkg Unblock a package from a group's package listing
|
||||
unblock-group-req Unblock a group's requirement listing
|
||||
unblock-pkg Unblock a package in the listing for tag
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ admin commands:
|
|||
set-pkg-owner Set the owner for a package
|
||||
set-pkg-owner-global Set the owner for a package globally
|
||||
set-task-priority Set task priority
|
||||
spin-livemedia Create a livemedia image given a kickstart file
|
||||
unblock-group-pkg Unblock a package from a group's package listing
|
||||
unblock-group-req Unblock a group's requirement listing
|
||||
unblock-pkg Unblock a package in the listing for tag
|
||||
|
|
@ -80,6 +79,7 @@ build commands:
|
|||
resubmit Retry a canceled or failed task, using the same parameter as the original task.
|
||||
spin-appliance Create an appliance given a kickstart file
|
||||
spin-livecd Create a live CD image given a kickstart file
|
||||
spin-livemedia Create a livemedia image given a kickstart file
|
||||
win-build Build a Windows package from source
|
||||
wrapper-rpm Build wrapper rpms for any archives associated with a build.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue