[roll] Roll fuchsia [multifuchsia] Support direnv and dotenv in cmd_rebase

Multifuchsia recommends usint direnv or dotenv in its README, as does
the development setup guide on fuchsia.dev. However, if an .env or
.direnv file in a checkout existed, it was lost during a `multifuchsia
rebase`. This change will copy them over into the new checkout prior to
deleting the old one.

Original-Fixed: b/381859018
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1166732
Original-Revision: 29c1b7f50cb1a27fca6748e7ecd12f702353b439
GitOrigin-RevId: 5cfe9421bd0c508a60c3f05a1d07b5743c800788
Change-Id: I384cd1002d4099b70e563a38eb3311f831be21e5
1 file changed
tree: 7dce5cc2bde1bb932944527ac9ba946909185551
  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 in one of the communication channels documented at get involved.

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.