From 481f9f79018a326f1bd3d045c5bf9f40f89c4e67 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 13 Jul 2013 20:55:28 -0400 Subject: [PATCH] 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. --- .../coreos-overlay/coreos/config/make.conf.amd64-host | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host index e5763c6e5f..1a2c8bf9d1 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host @@ -38,6 +38,7 @@ PORT_LOGDIR="/var/log/portage" PORTAGE_BINHOST=" 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.