tree: 51da72172ad854610ae100cc4556834a3095ccfe [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. net-auditor-parser/
  16. power_measurement/
  17. refactor/
  18. refactor-libchrome/
  19. roafteriniter/
  20. sshwatcher/
  21. syz-repro-automation/
  22. syzbot-autotriager/
  23. variant/
  24. arm_trusted_firmware_uprev
  25. cargo2ebuild.py
  26. cleanup_crates.py
  27. common.sh
  28. cros_check_firmware_tarball
  29. cros_unibuild_convert.py
  30. cros_update_firmware
  31. dut-console
  32. feedback-unpack
  33. force_chrome_binpkg.py
  34. forward_usb_devices.py
  35. fromupstream.py
  36. gbatch
  37. gen_uprev_msg.py
  38. get_binhost.py
  39. get_device_info.sh
  40. get_local_manifest
  41. graphviz_overlays.py
  42. kernel_decode_stack
  43. lease_helper.sh
  44. merge-kernel
  45. mod_recovery_for_decryption.sh
  46. OWNERS
  47. power_qual_compare.py
  48. pylintrc
  49. README.md
  50. search_blocked_words.sh
  51. servoinfo
  52. setup_cros_cargo_home
  53. shflags
  54. update_aosp.sh
  55. update_gpu_drivers.sh
  56. update_program_fw
  57. uprev_firmware.sh
  58. uprev_scp_firmware.sh
  59. upstream_diff.py
  60. 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.