fix(make_chroot): Remove the old "force-to-latest" chroot version step.

This script is gone and dead.
This commit is contained in:
Michael Marineau 2013-08-06 17:30:54 -04:00
parent c4219e592e
commit 5fa0f93134

View File

@ -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.