Merge "Set http_proxy to retrieve the signed Release file"

This commit is contained in:
Jenkins 2015-02-06 20:31:19 +00:00 committed by Gerrit Code Review
commit 5e0edc6ae3

View File

@ -66,7 +66,7 @@ EOF
fi
# Need to update to retrieve the signed Release file
sudo chroot ${TARGET_ROOT} apt-get update
sudo sh -c "http_proxy=$http_proxy chroot ${TARGET_ROOT} apt-get update"
CLOUD_INIT_PACKAGES="cloud-init cloud-utils cloud-initramfs-growroot"
sudo sh -c "http_proxy=$http_proxy chroot ${TARGET_ROOT} apt-get install -y $apt_get_bp_extra_opts $CLOUD_INIT_PACKAGES"