tree: 9cb5de26da944f1258311f7bd545e5acbb15f110 [path history] [tgz]
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. digest/
  6. execution/
  7. gerrit/
  8. gitiles/
  9. gotidy/
  10. monorail/
  11. serial/
  12. third_party/
  13. .gitignore
  14. AUTHORS
  15. go.mod
  16. go.sum
  17. LICENSE
  18. MAINTAINERS
  19. manifest
  20. PATENTS
  21. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}