mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Replace non-inclusive terms
Bug: 1118410, 1118413, 1118422, 1118424, 1118426 Bug: 1118428, 1118430, 1118434, 1118438, 1118442 Bug: 1118453, 1118454 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: build Change-Id: I43e6305f8c3136774f01b57f12bb442bcb863371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2551388 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"""Generic retry wrapper for Git operations.
|
||||
|
||||
This is largely DEPRECATED in favor of the Infra Git wrapper:
|
||||
https://chromium.googlesource.com/infra/infra/+/master/go/src/infra/tools/git
|
||||
https://chromium.googlesource.com/infra/infra/+/HEAD/go/src/infra/tools/git
|
||||
"""
|
||||
|
||||
import logging
|
||||
@@ -120,7 +120,7 @@ class GitRetry(object):
|
||||
|
||||
def main(args):
|
||||
# If we're using the Infra Git wrapper, do nothing here.
|
||||
# https://chromium.googlesource.com/infra/infra/+/master/go/src/infra/tools/git
|
||||
# https://chromium.googlesource.com/infra/infra/+/HEAD/go/src/infra/tools/git
|
||||
if 'INFRA_GIT_WRAPPER' in os.environ:
|
||||
# Remove Git's execution path from PATH so that our call-through re-invokes
|
||||
# the Git wrapper.
|
||||
|
||||
Reference in New Issue
Block a user