Add new owners options to the proxy
We currently have 2 CLI interfaces for generating change owners. - owners ; and - generate-rolls And we maintain a shim to translate between calling arguments. In I45d6c4d4fd454ae426883006db1e58dbd373bbdf (Support custom local projects and legacy projects) we added --legacy and --projects to owners. This change adds those options to the shim. Change-Id: Ib38f26744e279f1271679ce1d075ad5a4e3ddb27
This commit is contained in:
parent
303b7d9f39
commit
48566f393c
@ -40,6 +40,8 @@ def change_owners_options_proxy(after, before, ref, outdir='./', sieve=None,
|
||||
|
||||
options.no_extra_atcs = no_extra_atcs
|
||||
options.sieve = sieve
|
||||
options.legacy = None
|
||||
options.projects = None
|
||||
|
||||
return options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user