bootstrap_sdk: use http instead of https

Using https gives us a bit of a dep issue, cannot download the sources
required to build ssl support when ssl hasn't been built yet!
This commit is contained in:
Michael Marineau 2016-05-02 20:13:26 -07:00
parent 582361b30c
commit 3ff92f4bc3

View File

@ -54,6 +54,11 @@ EOF
catalyst_stage_default catalyst_stage_default
} }
# Switch to HTTP because early boostrap stages do not have SSL support.
GENTOO_MIRRORS=$(portageq envvar GENTOO_MIRRORS)
GENTOO_MIRRORS="${GENTOO_MIRRORS//https:\/\//http://}"
export GENTOO_MIRRORS
catalyst_init "$@" catalyst_init "$@"
check_gsutil_opts check_gsutil_opts