plugin/hub: rename method to osbuildImage
Remove the 'Test' suffix.
This commit is contained in:
parent
cb7e4d76c5
commit
a9e187d38a
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ import kojihub
|
|||
|
||||
|
||||
@koji.plugin.export
|
||||
def osbuildImageTest(name, version, arches, target, opts=None, priority=None):
|
||||
def osbuildImage(name, version, arches, target, opts=None, priority=None):
|
||||
"""Create an image via osbuild"""
|
||||
context.session.assertPerm("image")
|
||||
args = [name, version, arches, target, opts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue