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:
Tony Breeds 2019-02-20 15:04:02 +11:00
parent 303b7d9f39
commit 48566f393c
1 changed files with 2 additions and 0 deletions

View File

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