[roll] Roll fuchsia [fuchsia-pkg] MetaContents does more validation
MetaContents::from_map now rejects paths of "meta" and file/dir
collisions, and MetaContents::deserialize now does all the validation
that from_map does.
Changed MetaContents to use a HashMap instead of a BTreeMap because we
want O(1) lookup when checking for file/dir collisions and
package-directory was converting the contents into a HashMap. None of
the clients of MetaContents::{contents,into_contents} were relying on
the sorted iteration order of the BTreeMap.
Multiply: fuchsia-pkg://fuchsia.com/fuchsia-pkg-tests
Original-Fixed: 80958
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/568575
Original-Revision: e986715616eb93cabdec835f03ebc0c5ef88ecbf
GitOrigin-RevId: 09cdca3247296abaed51619c06cff3cd20d23dbd
Change-Id: I4b2bc286de9eb8fea996ea42e5c50a5a9440eba9
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.