[roll] Roll fuchsia [pb] Avoid deleting root when creating a PB

When a user builds a PB they can pass an out directory to write it to.
If this directory exists already we delete it first. We do this because
some of the files in the PB may be read-only and cannot be overwritten.
These files must be deleted before we can generate another PB.

In order to help the user avoid accidents, we now prevent them from
deleting their root directory.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/757865
Original-Revision: fcbfba72e8d36d87bd0d0528598f64fd9bcf61f7
GitOrigin-RevId: aec8d01e0dce6b58d38debfb12a59a0b7f017b17
Change-Id: I6b87d9d363bcfd1996db92a1b1a5cefea9b919bc
1 file changed
tree: 7b7c2de34d7002686ed89d2697af74901b63c8de
  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.