From d344cf783d96c3ee14a22e3fdb6a25d0a31034db Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 3 Jul 2013 16:11:01 -0400 Subject: [PATCH] fix(cros_sdk): Update default SDK tarball version. Update to latest release. cros_sdk is still using this file instead of version.txt in the manifest because it needs a tarball that already exists when building a new version for the first time. At some point that will work differently but for now we'll have to keep this file. --- .../coreos-overlay/coreos/binhost/host/sdk_version.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/binhost/host/sdk_version.conf b/sdk_container/src/third_party/coreos-overlay/coreos/binhost/host/sdk_version.conf index 78fecc3128..3b6720c7ec 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/binhost/host/sdk_version.conf +++ b/sdk_container/src/third_party/coreos-overlay/coreos/binhost/host/sdk_version.conf @@ -1,3 +1,3 @@ -SDK_LATEST_VERSION="20130621235834" -BOOTSTRAP_LATEST_VERSION="20130621235834" +SDK_LATEST_VERSION="0001.1.0" +BOOTSTRAP_LATEST_VERSION="0001.1.0" TC_PATH="2013/03/%(target)s-2013.03.07.000000.tar.xz"