[fxicfg] Delete fxicfg and specs tools

We use lucicfg instead of fxicfg now.

The specs tool might be useful in the future if we need to convert
a recipe to use specs, but as-is it depends on the fuchsia.proto,
and we don't want to maintain a copy of that file in this repo, since
we already have another copy of it in infra/recipes.

Bug: IN-1498
Change-Id: I6e2bec29b4e08d55cddfda6d420f0d462a2c3b9e
32 files changed
tree: bfbbfa020b63677de9ae666824c7fcb9036821cd
  1. cmd/
  2. gotidy/
  3. retry/
  4. tools/
  5. .gitignore
  6. AUTHORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. MAINTAINERS
  11. manifest
  12. packages_to_publish.json
  13. PATENTS
  14. 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}