fix(config): Include binary packages from current SDK version.

Currently building new releases can fail during the 'update_chroot' step
because the release it is building doesn't have any binary packages yet.
To avoid this add the current built SDK version as a second source for
chroot binary packages.
This commit is contained in:
Michael Marineau 2013-07-13 20:55:28 -04:00
parent 742af4433c
commit 481f9f7901

View File

@ -38,6 +38,7 @@ PORT_LOGDIR="/var/log/portage"
PORTAGE_BINHOST=" PORTAGE_BINHOST="
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/ http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_SDK_VERSION}/pkgs/
" "
# Remove all .la files for non-plugin libraries. # Remove all .la files for non-plugin libraries.