[roll] Roll fuchsia [package-directory] RootDir::new error variant for missing meta.far

RootDir clients may want to know if the error was caused by the
meta.far not being present in storage (e.g. pkg-cache activating cache
packages, in which case an absent cache package is not an error), and
without this new variant it is difficult for clients to know which
variant corresponds to a missing meta.far (and we weren't guaranteeing
it wouldn't change).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/697125
Original-Revision: 9ea8a42c2ae12c4ed4ececc0fd9eff80e87e2d09
GitOrigin-RevId: b7ff1008d86e9a0426b5e4869789bd04b68317e4
Change-Id: Ie9bbe9ccb9a7538bd6159417c32a360f644ce963
1 file changed
tree: 2fe7380340088b93c205d4b242ed06ad3acb4077
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.