tree: 47ba8661ede54e2c745f5755272521034fc0e7f8 [path history] [tgz]
  1. cmd/
  2. fxctx/
  3. fxtesting/
  4. fxtime/
  5. gerrit-policy/
  6. resultstore/
  7. retry/
  8. tools/
  9. .gitignore
  10. AUTHORS
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MAINTAINERS
  15. manifest
  16. packages_to_publish.json
  17. PATENTS
  18. 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}