[tilo] Add Tilo w/ Readme and time utils

IN-597

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