mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
depot_tools: Remove depot-tools-auth
Users must use luci-auth now. Bug: 1001756 Change-Id: I04cab6bdbfbd958f386a4cab761dfe4d34073afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1849810 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
This commit is contained in:
@@ -293,8 +293,7 @@ class MyActivity(object):
|
||||
|
||||
def monorail_get_auth_http(self):
|
||||
auth_config = auth.extract_auth_config_from_options(self.options)
|
||||
authenticator = auth.get_authenticator_for_host(
|
||||
'bugs.chromium.org', auth_config)
|
||||
authenticator = auth.get_authenticator(auth_config)
|
||||
# Manually use a long timeout (10m); for some users who have a
|
||||
# long history on the issue tracker, whatever the default timeout
|
||||
# is is reached.
|
||||
|
||||
Reference in New Issue
Block a user