vmomap: sketching it out

Change-Id: I85b6da7045bfb29513d680df0eb254c49c96a6b0
1 file changed
tree: c162b2a99e60ada79f23eaf80f62ff9595519f83
  1. gce/
  2. gdb/
  3. grubdisk/
  4. installer/
  5. make-fuchsia-vol/
  6. memory/
  7. vbox/
  8. vim/
  9. zsh-completion/
  10. .gitignore
  11. AUTHORS
  12. build-bootable-rpi3-sdcard.sh
  13. build-bootable-usb-gigaboot.sh
  14. build-magenta.sh
  15. build-qemu.sh
  16. build-sysroot.sh
  17. build_cargo_vendor.sh
  18. check-header-guards.py
  19. check_build_status.py
  20. check_rust_licenses.py
  21. colorize_logs
  22. CONTRIBUTING.md
  23. env.sh
  24. generate-intellij-config.py
  25. git-file-format
  26. git-file-tidy
  27. git_utils.py
  28. install_cargo_vendor.sh
  29. jiri_update_if_green.py
  30. LICENSE
  31. makesdk.go
  32. PATENTS
  33. paths.py
  34. push-package.py
  35. README.md
  36. run-dart-action.py
  37. run-magenta-arm64
  38. run-magenta-x86-64
  39. run.py
  40. start-dhcp-server.sh
  41. symlink-dot-packages.py
  42. update_dart_packages.py
  43. update_rust_crates.py
  44. visualize_module_tree.py
README.md

Scripts

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.

push-package.py

The push-package.py script pushes all of the files in a particular package. No checking is performed for incremental changes.

The sample command lines below can be used to build the “modular” package and then push it 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.

fbuild apps/modular
scripts/push-package.py -o $FUCHSIA_BUILD_DIR packages/gn/modular