[roll] Roll infra/recipes Remove unnecessary str() calls

Now that we only support Python 3, proto strings use the same unicode
string type as default strings, so we don't need to convert proto
strings to regular strings.

Also clean up some other unnecessary str() calls even where protos
aren't involved.

Original-Bug: 84595
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/609261
Original-Revision: b4b8b6ad770277c7a095fe9a58d4eabb7098934e
GitOrigin-RevId: 4071209290fb61698244cd0f1dd94562fd6dd001
Change-Id: I3c3138ec53d83b9d03f84e9a5953a3d0a5a278f6
1 file changed
tree: bd628f324e4ddcf37210a11a5acb1a292abbacf9
  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.