[roll] Roll fuchsia [sdk] Remove py2 compatibility shims

As of fxrev.dev/601321 the infrastructure runs these scripts using
exclusively Python 3. so it's no longer necessary to maintain support
for Python 2 by conditionally setting `text=True`.

Original-Bug: 77963
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602924
Original-Revision: d305fc6500764228ac8bb3266fa26b47d61c116e
GitOrigin-RevId: 8d51e222c1fb8135d2df1370ab1dcdcb74a3f05c
Change-Id: I0585be03e46fe6e96b28b5dd96508e6704758c2e
1 file changed
tree: 66f1ce581871f51daef7d38257772f73116b5cd4
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.