[roll] Roll infra/recipes [btu] Fix tempdir naming scheme

Including slashes in a temporary directory prefix is not safe because
it will be interpreted as multiple levels of directories, which will
case `mkdtemp()` to fail.

For example: ci.chromium.org/b/8814994983934690897

There's no reason the directory prefix has to be based on the package
name, so instead we just use a constant prefix.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/676862
Original-Revision: b4ad7e5fc666b651723f2771cfde808d32a8e2b1
GitOrigin-RevId: 5a94a2cea87e3501faf7266258c5414f891e8034
Change-Id: I3390d4b0c8b142204947f6bca08a2f19a3ea086a
1 file changed
tree: fee67b5ae0c35f586611c6267619eef1ee4b9d16
  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.