From 9d18cf25518e6ece08c36ce15d467556c86ecd30 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 18 Oct 2013 16:52:38 -0700 Subject: [PATCH] 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. --- .../coreos-overlay/coreos/config/make.conf.amd64-target | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target index 125e9fe08e..621d667259 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target @@ -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.