kajiya: Create tree repo only when necessary

The tree repository is only used by the nested-overlayfs strategy.

Change-Id: I44eae407c0c85e4d89d7cf3873ba839dfd1c933a
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7492232
Reviewed-by: Fumitoshi Ukai <[email protected]>
Commit-Queue: Philipp Wollermann <[email protected]>
1 file changed
tree: ed3b044b0300e7716e326dc5e048e061aefe0bfe
  1. bench/
  2. gong/
  3. infra/
  4. kajiya/
  5. kzipinfo/
  6. runmc/
  7. siso/
  8. .gitignore
  9. .golangci.yml
  10. .style.yapf
  11. BUILD_OWNERS
  12. BUILD_TEAM_OWNERS
  13. CONTRIBUTING.md
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links