[retry] Use the retry package from tools.git

This was forked a while back because we could not import packages across
repos. But now we can!

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