commit | 54a616ab4b299c3e8228ba39806faf8df2fb0c16 | [log] [tgz] |
---|---|---|
author | Kendal Harland <kjharland@google.com> | Wed Dec 20 11:58:07 2017 -0800 |
committer | Kendal Harland <kjharland@google.com> | Wed Dec 20 12:03:07 2017 -0800 |
tree | 20556453fb15c0d1fba7ddf313cb306380eb1e8e | |
parent | f8334b8ebb9850cee967910a19cab85a49fb2995 [diff] |
Make update_3p_packages find all dart_dependencies files Change-Id: I5246a968169eb2191ff2140537ed0c0be66c0ada
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-x86-64/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.