mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-08 21:29:17 +08:00
manager: skiptests is not positional argument
mbs-build adds --skiptests option, but mbs-manager thinks that skiptests
is positional argument.
Fixes: aac4227eb8
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
@@ -118,7 +118,7 @@ def cleardb():
|
||||
|
||||
@manager.option('branch')
|
||||
@manager.option('url')
|
||||
@manager.option('skiptests', action='store_true')
|
||||
@manager.option('--skiptests', action='store_true')
|
||||
@manager.option('-l', '--add-local-build', action='append', default=None, dest='local_build_nsvs')
|
||||
def build_module_locally(url, branch, local_build_nsvs=None, skiptests=False):
|
||||
""" Performs local module build using Mock
|
||||
|
||||
Reference in New Issue
Block a user