propagate the full name of the skip_unsigned option

This commit is contained in:
Mike McLean 2017-03-27 12:40:42 -04:00
parent 216c21d89a
commit 884a20c0cd
2 changed files with 7 additions and 4 deletions

View file

@ -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)