tree: 8dd9ddf0514859f0e45fd10c367d016f60f02dc5 [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. dut-console
  48. enable_rootfs_verification.sh
  49. feedback-unpack
  50. findfix.py
  51. forward_usb_devices.py
  52. fromupstream.py
  53. gbatch
  54. gen_uprev_msg.py
  55. get_binhost.py
  56. get_local_manifest
  57. git-clean-refs
  58. github-fetch-archives
  59. graphviz_overlays.py
  60. gscp.py
  61. kernel_decode_stack
  62. merge-kernel
  63. mod_recovery_for_decryption.sh
  64. OWNERS
  65. power_qual_compare.py
  66. README.md
  67. repo-patch
  68. search_blocked_words.sh
  69. servoinfo
  70. setup_cros_cargo_home
  71. shflags
  72. update_aosp.sh
  73. update_gpu_drivers.sh
  74. update_program_fw
  75. uprev_firmware.sh
  76. uprev_scp_firmware.sh
  77. upstream_diff.py
  78. 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.