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