Remove chroot_version_hooks.d

These get moved to chromite in the dependant CLs.

BUG=b:317280043
TEST=update_chroot

Cq-Depend: chromium:5146949
Change-Id: Ic4352c41aed99285afd8176ad43b53b7d1d224f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/5147887
Tested-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Greg Edelston <gredelston@google.com>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
16 files changed
tree: 0953bf08aa75d86e5a4e628e57c67ed16f439877
  1. bin/
  2. build_library/
  3. hooks/
  4. lib/
  5. mod_for_test_scripts/
  6. sdk_lib/
  7. .gitignore
  8. build_image.sh
  9. build_kernel_image.sh
  10. build_sdk_board
  11. common.sh
  12. create_sdk_board_root
  13. cros_show_stacks
  14. DIR_METADATA
  15. image_to_vm.sh
  16. make_netboot.sh
  17. mod_image_for_recovery.sh
  18. mount_gpt_image.sh
  19. OWNERS
  20. OWNERS.kernel
  21. PRESUBMIT.cfg
  22. README.md
  23. remote_access.sh
  24. set_shared_user_password.sh
  25. update_bootloaders.sh
  26. update_chroot
  27. update_kernel.sh
README.md

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.