From 5fa0f93134f0ab5b2b8309850adb1deb3123edcb Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 6 Aug 2013 17:30:54 -0400 Subject: [PATCH] fix(make_chroot): Remove the old "force-to-latest" chroot version step. This script is gone and dead. --- sdk_lib/make_chroot.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh index f0e770eafa..4134e4e2fd 100755 --- a/sdk_lib/make_chroot.sh +++ b/sdk_lib/make_chroot.sh @@ -447,13 +447,6 @@ fi early_enter_chroot "${CHROOT_TRUNK_DIR}/chromite/bin/cros_setup_toolchains" \ --hostonly "${TOOLCHAIN_ARGS[@]}" -if [ -n "${INITIALIZE_CHROOT}" ]; then - # If we're creating a new chroot, we also want to set it to the latest - # version. - enter_chroot \ - "${CHROOT_TRUNK_DIR}/src/scripts/run_chroot_version_hooks" --force_latest -fi - # Update chroot. # Skip toolchain update because it already happened above, and the chroot is # not ready to emerge all cross toolchains.