[secretshim][botanist] Move startSecretsServer out of botanist into
separate wrapper tool.

The new tool will be used with botanist for tests that have
requires_secrets=true. This is in preparation to move botanist to
tools.git and then eventually to fuchsia.git.

Bug: 10321
Change-Id: Ic42c435b28761bdb29d7cbe738684c904bfe458e
2 files changed
tree: 9eb2418d7cd8740774a389b9fea15702d0f53ffb
  1. artifacts/
  2. botanist/
  3. buildbucket/
  4. cmd/
  5. digest/
  6. gcs/
  7. gotidy/
  8. secrets/
  9. .gitignore
  10. AUTHORS
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MAINTAINERS
  15. manifest
  16. PATENTS
  17. 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}