Revert "Teach build_image to pull from buildbot as necessary..."

This reverts commit 6e65e658ff51dc6f3444e8fddb17b3e2b0590661.

Review URL: http://codereview.chromium.org/2315001
This commit is contained in:
Anush Elangovan 2010-05-27 11:00:57 -07:00
parent f726161e09
commit bb85f8f023

View File

@ -207,7 +207,7 @@ create_developer_image() {
# Install developer packages described in chromeos-dev.
sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \
--root="$root_dev_dir" --root-deps=rdeps \
--getbinpkg --usepkg chromeos-dev $EMERGE_JOBS
--usepkgonly chromeos-dev $EMERGE_JOBS
# Re-run ldconfig to fix /etc/ldconfig.so.cache.
sudo /sbin/ldconfig -r "$root_fs_dir"
@ -385,7 +385,7 @@ sudo mount --bind "${STATEFUL_DIR}/var" "${ROOT_FS_DIR}/var"
# image size as much as possible.
sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \
--root="$ROOT_FS_DIR" --root-deps=rdeps \
--getbinpkg --usepkg chromeos $EMERGE_JOBS
--usepkgonly chromeos $EMERGE_JOBS
# Extract the kernel from the root filesystem for use by the GPT image. Legacy
# BIOS will use the kernel in the rootfs (via syslinux), Chrome OS BIOS will