[roll] Roll infra/recipes [python] Remove some runtime dependencies on python 2 Python 2 will be completely removed from Swarming bots on 2023-04-30, so recipes should not depend on `vpython` or `python` (both of which use Python 2) from being on $PATH. The largest remaining use of Python 2 was the gsutil module, which explicitly invoked gsutil using the vpython binary. The gsutil CIPD package actually has vendored versions of all of its dependencies, so we don't even need to use vpython and can invoke the gsutil binary directly. Original-Bug: 89307 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/794582 Original-Revision: 905003116472b9cd8b991ad28cb3c9d4e6786a21 GitOrigin-RevId: 4f32bed1d8c11e08876dea5c0359d9285355a64c Change-Id: I99309df1f1560ecdbd8bb07dca89f06572f18817
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.