propagate the full name of the skip_unsigned option
This commit is contained in:
parent
216c21d89a
commit
884a20c0cd
2 changed files with 7 additions and 4 deletions
2
cli/koji
2
cli/koji
|
|
@ -7191,7 +7191,7 @@ def handle_dist_repo(options, session, args):
|
|||
'inherit': not task_opts.noinherit,
|
||||
'latest': task_opts.latest,
|
||||
'multilib': task_opts.multilib,
|
||||
'skip': task_opts.skip_unsigned,
|
||||
'skip_unsigned': task_opts.skip_unsigned,
|
||||
'unsigned': task_opts.allow_unsigned
|
||||
}
|
||||
task_id = session.distRepo(tag, keys, **opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue