[botanist] Support for fetching data sinks

This extends botanist to support fetching data sink files that are
described by the summary.json file.

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