[roll] Roll fuchsia [fuchsia.io] Deprecate Node.SetAttr

Rename Node.SetAttr to DeprecatedSetAttr and update documentation to
point to the replacement method. Ideally we would just mark it as
removed, but we still need to maintain compatibility across API levels
and out-of-tree servers.

Renaming the method with a deprecated prefix should discourage new
usages while we ramp down support for older API levels that still rely
on this method. Once we no longer have prebuilt components that depend
on this method, we can remove it from fuchsia.io by rewriting history.

Original-Bug: 402524952
Test: No functional change, rename only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1274445
Original-Revision: 73d2fafb0643ab9c9e82b76c637b57518d545c13
GitOrigin-RevId: 9b61d7a075106d70502b51dc67ac4f0cee0f3589
Change-Id: I1d7b638047c07111521d34dbeeccaddd202c8f07
1 file changed
tree: 983d81fd5cfe8588215d77e7dc4290fb44782ba3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.