commit | ceedbf8beff262c7af256de967a2a858300e9020 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@google.com> | Fri Jan 25 10:49:11 2019 -0800 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed Jan 30 20:31:04 2019 +0000 |
tree | 147572e44b961d48f524fadf44eabb22912a8d9d | |
parent | c6c8524353220685e88a6ac99b25cf46f1220437 [diff] |
[blobstats] Give unique Dart code its own type and color This lets us see Dart and non-Dart code more easily and allows the visualization to aggregate the size of all Dart blobs. Test: manual Change-Id: If96756906e5b3917a9d6605b60124536146f3bdb
This repository is for scripts useful when hacking on Fuchsia. This repository should contain scripts that perform tasks spanning multiple repositories. Scripts that only operate within a single repository should live in the relevant repository.
The push-package.py script pushes the files listed in the given manifests files. No checking is performed for incremental changes.
The sample command lines below can be used to build Modular and then push those files to the default device. This assumes you have already booted your device with a version of Fuchsia that contains the most recent version of all other packages. This command line uses the “system_manifest” file from each of the modular directories, such as modular, modular_dev, and modular_tests.
cd $FUCHSIA_DIR fx build peridot:modular_all scripts/push-package.py out/debug-x64/package/modular*/system_manifest
fx publish
will take a package from the build and create a Fuchsia package manager package from a build package. It will then add the package to a local update respository which, by default, is put at ${FUCHSIA_BUILD_DIR}/amber-files
. It will also add the package content files to the update repository and name these file after their Merkle Root. If a package name is supplied to fx publish
, only that package will be processed. If no name is supplied, all the packages made by the build will be included.