[roll] Roll infra/recipes Use removeprefix/removesuffix

Now that recipes are on Python 3.11, we can use these new functions
introduced in Python 3.9, which simplify removing a prefix or suffix
from a string. They return the original the string if the original
string does not have the specified prefix/suffix.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/941072
Original-Revision: 68fef9acb3e4465984047aa782af909fce6a5809
GitOrigin-RevId: e86ead6ad9095d70e99187885c49a5648721627e
Change-Id: Ia3b9f77713f7e261a7f98e68483d9e9180a2dc60
1 file changed
tree: e53345c5d7896988f9c2c31cdc7e8f11676f28b3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.