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