Specify python3 in cipd.py shebang

gLinux no longer includes the /usr/bin/python binary, so in order for
scripts to work on gLinux they need to specify a Python version (which
should pretty much always be Python 3).

Change-Id: Ie5ee7ed9cbd04c82c7dd1a50eba5430e74c6d2bd
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/prebuilt/+/516180
Reviewed-by: Marc-Antoine Ruel <maruel@google.com>
1 file changed
tree: a57270b8ae37d11764dc9a766fdc564ce8e3a768
  1. manifest/
  2. .cipd_version
  3. .cipd_version.digests
  4. .gitignore
  5. AUTHORS
  6. cipd.ensure
  7. cipd.py
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. README.md
  12. update.sh
README.md

Infra Prebuilt

This repository contains the labels of a number of prebuilt tools that are used to build work with the Fuchsia infrastructure. The actual tools themselves are located in the Chrome Infra Package Deployer (CIPD).

In most cases, the jiri tool will download the build tools automatically during its update step. To download the tools manually, run update.sh.