[roll] Roll fuchsia [build] Refactor golden_files() error message

This change refactors the manual update error message to do the
following:
* Make all the printouts happen at once at the end so that a user can
perform the update with a single copy-paste;
* Remove the "fx build" portion of the instructions. There are two
reasons for this: (1) with the recent dynamic goldens support the
candidate path isn't always actually a Ninja target (see linked bug);
(2) in the majority of cases, people are seeing this locally after
having already performed the appropriate build, making rebuilding
unnecessary. (The instructions for when people are seeing this message
on an automated build have been clarified.)

Original-Fixed: 123824
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/821152
Original-Revision: 7825ddee4850e6ac42ef5286eb6cfbb11e6ec64c
GitOrigin-RevId: 9daa05244f36197777fc490364e3001b0cd0886b
Change-Id: Ie3fddf1d7a1cd503f197db6ced6a114f35326b3f
1 file changed
tree: 2610c1233f6e98ab90c374c1d2dc545a4e3d8476
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.