[sdk] Clean up path handling, make failures nonfatal

As a convenience makesdk tries to make the path entries in the ids.txt
for kernel debug info relative. This fails on the bot, likely due to
non-canonical paths. This makes the handling a bit more robust and
allows the SDK packaging to continue even if it can't figure out how to
turn some paths into relative paths.

Change-Id: I83e804e1523fe4ac60abb6bb8285d80478b47b94
1 file changed
tree: 7da89f6240b364dd522c8d5eda23cbadb0697495
  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-qemu.sh
  15. build-sysroot.sh
  16. build-zircon.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-zircon-arm64
  38. run-zircon-x86-64
  39. run.py
  40. start-dhcp-server.sh
  41. symlink-dot-packages.py
  42. trace.sh
  43. update-manifest.go
  44. update_dart_packages.py
  45. update_rust_crates.py
  46. visualize_module_tree.py
  47. zirconize.sed
  48. zirconize.sh
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