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