fix(config): Fall back to the current SDK version for target packages.

This avoids loosing access to binary packages between tagging a new
version and finishing the build. The SDK's make.conf already does this.
This commit is contained in:
Michael Marineau 2013-10-18 16:52:38 -07:00
parent 10c759cdd0
commit 9d18cf2551

View File

@ -15,6 +15,7 @@ source make.conf.common
# TODO: set $BOARD in make.conf.board_setup and use it
PORTAGE_BINHOST="
http://storage.core-os.net/coreos/amd64-generic/${COREOS_VERSION_STRING}/pkgs/
http://storage.core-os.net/coreos/amd64-generic/${COREOS_SDK_VERSION}/pkgs/
"
# Recommended MARCH_TUNE, CFLAGS, etc.