Commit 5750f040 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Fix notarization script.

A parameter was added to the code signing configuration in
https://crrev.com/c/1834843, but was not added to the
notarization entry point. This correctly adds the parameter
to avoid parameters ending up in the wrong positions.

BUG=913074

Change-Id: I1ac340ea682e62c2f22607b3238bba714d7d8604
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856560Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705141}
parent a353743f
...@@ -63,7 +63,7 @@ def main(): ...@@ -63,7 +63,7 @@ def main():
config_class = OverrideBundleIDConfig config_class = OverrideBundleIDConfig
config = config_class('notused', None, args.user, args.password, config = config_class('notused', 'notused', None, args.user, args.password,
args.asc_provider) args.asc_provider)
uuids = [] uuids = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment