[ninjatrace] Remove ninjatrace tool

This has been moved to fuchsia.googlesource.com/tools.

Change-Id: I46402332617198f59fc71468ac5cf2e5c254d336
7 files changed
tree: 8484ecf3ee09f81e5fb9c2d13a151af6d854ad6a
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. gerrit-policy/
  7. netboot/
  8. pdu/
  9. qemu/
  10. retry/
  11. secrets/
  12. serial/
  13. telnet/
  14. tftp/
  15. tilo/
  16. tools/
  17. .gitignore
  18. AUTHORS
  19. Gopkg.lock
  20. Gopkg.toml
  21. LICENSE
  22. MAINTAINERS
  23. manifest
  24. PATENTS
  25. 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}