mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
cros: expand to cover more roots
The background is we maintain a fork of a fork of cros and as we're moving to submodules this is what our repo looks like e.g. chromite is at the top, and it's using submodules. It doesn't seem like this would negatively affect anyone else, and would make our system a lot simpler. Change-Id: Ib1c9fd95a36e55fc13bede9bb539daedd5efe0ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5132338 Commit-Queue: Ruben Rodriguez Buchillon <coconutruben@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
committed by
LUCI CQ
parent
390005586b
commit
007dd45a94
2
cros
2
cros
@@ -48,6 +48,8 @@ def _FindChromite(path: Path) -> Optional[Checkout]:
|
||||
('../.citc', 'chromite/__init__.py'),
|
||||
# Chromium checkout using gclient+DEPS.
|
||||
('.gclient', 'src/third_party/chromite/.git'),
|
||||
# Chromium checkout using git submodules (submodules at root).
|
||||
('.gitmodules', 'chromite/.git'),
|
||||
# Chromium checkout using git submodules.
|
||||
('src/.gitmodules', 'src/third_party/chromite/.git'),
|
||||
# Chromium checkout using CitC.
|
||||
|
||||
Reference in New Issue
Block a user