From ae46c3cecda20def1a9005e3893bfb89efca736e Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Wed, 29 Mar 2023 00:09:14 +0000 Subject: [PATCH] Symlink gerrit CLI into depot_tools The "gerrit" tool works just fine outside the SDK. Let's start teaching people to use it outside the SDK by putting it in their PATH. Bug: b:275597798 Change-Id: I79c8090d4e5e205bcac2b763751537791caafe91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4377791 Auto-Submit: Jack Rosenthal Commit-Queue: Jack Rosenthal Reviewed-by: Gavin Mak --- OWNERS | 1 + gerrit | 1 + 2 files changed, 2 insertions(+) create mode 120000 gerrit diff --git a/OWNERS b/OWNERS index c686b658a..17d8452ad 100644 --- a/OWNERS +++ b/OWNERS @@ -24,6 +24,7 @@ per-file cbuildbot=file://CROS_OWNERS per-file cros=file://CROS_OWNERS per-file *cros_python2*=file://CROS_OWNERS per-file cros_sdk=file://CROS_OWNERS +per-file gerrit=file://CROS_OWNERS per-file repo=file://CROS_OWNERS per-file repo_launcher=file://CROS_OWNERS per-file CROS_OWNERS=file://CROS_OWNERS diff --git a/gerrit b/gerrit new file mode 120000 index 000000000..a876afe9b --- /dev/null +++ b/gerrit @@ -0,0 +1 @@ +cros \ No newline at end of file