[roll] Roll infra/recipes [python] Stop setting -u

Per https://crbug.com/1271425 this is very rarely necessary (only for
very long-running commands that produce minimal output, to prevent them
from being considered stuck by swarming). But all LUCI bots set the
`PYTHONUNBUFFERED` environment variable anyway, so unsetting the flag
won't have any effect on production.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/673458
Original-Revision: 7592c193b6e2e5df569f86534187c489288f6fd5
GitOrigin-RevId: 34cc82dff64d127a7ade0b885c8b96a2ffa929a3
Change-Id: I212519efd1dea8b33527557720f6e7cfc5f6248c
1 file changed
tree: 9ae512c9e6f5d8b2d29691a69a4e743b7197fd5a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.