[roll] Roll infra/recipes [run_script] Support shallow checkouts

This recipe is used to check out a repository that contain a lot of
large frequently-modified binaries, so the git history is massive and
growing rapidly, making checkouts take up to 20 minutes (and rising) and
often time out.

We should be able to stem the bleeding by doing a shallow checkout for
this repository.

Original-Bug: 325644661
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/994212
Original-Revision: 23fb1855ea7f87ccebd8d56fb24988fb60176de0
GitOrigin-RevId: 85bf0f1bbeef9c6c10eff06b5ec8fa47f3b510d3
Change-Id: I5ad3b0922b8d50122e88cfafa43ce7bb86d04154
1 file changed
tree: 7d335c433eb648ffe478e64f0af260d55dae3994
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.