From e3ff01d7a382839fe4e34da31586b7a54ed92ede Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 10 Jul 2013 16:23:27 -0700 Subject: [PATCH] fix(config): Remove URL for old Google toolchain packages. As of v9.1.0 we have our own binary toolchain packages so this is no longer needed. --- .../coreos-overlay/coreos/config/make.conf.amd64-host | 4 ---- 1 file changed, 4 deletions(-) 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 5a42b6e1c2..e5763c6e5f 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 @@ -36,11 +36,7 @@ PKGDIR="/var/lib/portage/pkgs" PORT_LOGDIR="/var/log/portage" -# Our first round of binary packages! -# legacy contains the old x86_64-cros-linux-gnu toolchain since I haven't -# rebuilt it yet. 20130621235834 contains everything built by bootstrap_sdk PORTAGE_BINHOST=" - http://storage.core-os.net/coreos/sdk/experimental/legacy/pkgs/ http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/ "