[roll] Roll fuchsia [fuchsia-fs] Add create_dir_recursive

create_sub_directories previously didn't Describe the directory node
after creating it, which is error-prone because it means the directory
might not actually exist yet.

Fixed this, and moved out of the root of the crate (per fxbug.dev/105504).

Soft migration; eventually create_sub_directories will be removed.

Original-Bug: 105504

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/714704
Original-Revision: 9a4119840268616791f5f31def53d612a2fa2cfd
GitOrigin-RevId: 0c6bafca02770fe95518b7fc49e9e03a817e7f67
Change-Id: I1061da27f1dc6bd324ec1bbeb3a9b4f3083d32f0
1 file changed
tree: 8bada0ffecdf9b7b36991903f242b5447b7167e2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.