gerrit_util.py in depot_tools should use LUCI auth (or do everything through 'git') |
||||
Issue descriptionThis one: https://cs.chromium.org/chromium/tools/depot_tools/gerrit_util.py?q=gerrit_util.py&sq=package:chromium&dr&l=241 The thing it does currently (reading tokens from .gitcookies or use GCE metadata server) will not work on LUCI. Instead it should use https://cs.chromium.org/chromium/tools/depot_tools/auth.py?sq=package:chromium&dr&l=332 (that already supports LUCI auth) with fallback to .gitcookies for local runs (if developers ever run it locally). Alternatively, if it can work exclusively through 'git', it should just do that, since 'git' already works with proper authentication in all environments.
,
Dec 5 2017
,
Jan 30 2018
,
Jan 30 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by tandrii@chromium.org
, Dec 1 2017