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