[botanist] Remove botanist and all related packages

These were moved to tools. The retry package has been kept for now
as it's still being used by other tools in this repository which
will need to be migrated to the tools version first.

Change-Id: I66b5c3cc08ead46e4b7f8df17bf7ab15117ee9ea
20 files changed
tree: a7ac5459bd88dc9dcb572083af89a280d7693b4a
  1. cmd/
  2. fuchsia/
  3. fxctx/
  4. fxtesting/
  5. fxtime/
  6. gerrit-policy/
  7. qemu/
  8. retry/
  9. tilo/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. Gopkg.lock
  14. Gopkg.toml
  15. LICENSE
  16. MAINTAINERS
  17. manifest
  18. PATENTS
  19. README.md
  20. testsharder
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}