tree: 67c9cc1a64b037b8cb4c723d7f3c370a74debf6c [path history] [tgz]
  1. branch_tools/
  2. chromium_metadata/
  3. coil_urls/
  4. contrib/
  5. copybot/
  6. cros_openwrt/
  7. cvetriager/
  8. emacs/
  9. fflash/
  10. findmissing/
  11. firmware/
  12. forklift/
  13. gfx/
  14. kernel-rebase/
  15. labtunnel/
  16. net-auditor-parser/
  17. power_measurement/
  18. refactor/
  19. refactor-libchrome/
  20. roafteriniter/
  21. sshwatcher/
  22. syz-repro-automation/
  23. syzbot-autotriager/
  24. variant/
  25. arm_trusted_firmware_uprev
  26. cargo2ebuild.py
  27. cleanup_crates.py
  28. common.sh
  29. cros_check_firmware_tarball
  30. cros_unibuild_convert.py
  31. cros_update_firmware
  32. device_summary.sh
  33. dut-console
  34. feedback-unpack
  35. force_chrome_binpkg.py
  36. forward_usb_devices.py
  37. fromupstream.py
  38. gbatch
  39. gen_uprev_msg.py
  40. get_binhost.py
  41. get_device_info.sh
  42. get_local_manifest
  43. git-clean-refs
  44. graphviz_overlays.py
  45. kernel_decode_stack
  46. lease_helper.sh
  47. merge-kernel
  48. mod_recovery_for_decryption.sh
  49. OWNERS
  50. power_qual_compare.py
  51. pylintrc
  52. README.md
  53. repo-patch
  54. search_blocked_words.sh
  55. servoinfo
  56. setup_cros_cargo_home
  57. shflags
  58. update_aosp.sh
  59. update_gpu_drivers.sh
  60. update_program_fw
  61. uprev_firmware.sh
  62. uprev_scp_firmware.sh
  63. upstream_diff.py
  64. willis.go
contrib/README.md

Unsupported Chrome OS dev scripts

This directory is a place that developers can put scripts that are useful to them and that might be useful to other developers.

A few notes about what's here:

  • Nothing here may be used by build scripts. It's expected to only contain scripts that are run manually.
  • Nobody in the build team maintains these files. If something is broken, you can try using the git history to find someone to help you, but even better you should upload a fix yourself.
  • Chrome OS infrastructure makes no promises to keep scripts in here working. AKA: if you rely on some tool in “chromite”, or on some Google server, or something else official. ...and if that thing changes in a way that breaks you. ...then it's up to you to change your script. The change that broke you will not be reverted.

That being said: enjoy.