summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2015-10-07 12:12:01 -0400
committerMike Frysinger <vapier@google.com>2015-10-07 12:12:01 -0400
commit2cb3832ce7082e5392acfd35919ad3517776dbe4 (patch)
tree2a2697b3c8b6156e73b7f1b7890ffbc79c39ae1b
parent38297228a921b0aa27c38183b3594a84d539c627 (diff)
downloadintegration-2cb3832ce7082e5392acfd35919ad3517776dbe4.tar.gz
portage: make.conf: set mirrors to Google ones
This way we don't have to worry about the sources we're using disappearing. Change-Id: I53024b02092f6812edac8a93d8921706c521c6a1
-rw-r--r--portage/make.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/portage/make.conf.in b/portage/make.conf.in
index a48d76c..a789ba3 100644
--- a/portage/make.conf.in
+++ b/portage/make.conf.in
@@ -10,6 +10,14 @@ ACCEPT_KEYWORDS="~${ARCH}"
FEATURES="-sandbox -usersandbox"
EMERGE_DEFAULT_OPTS="--root-deps=rdeps --quiet-build y --jobs 4"
+# Fetch from Google maintained mirrors as we keep archives in sync with the
+# ebuilds we have in our local checkout. Upstream Gentoo will expire things
+# as their ebuilds update.
+GENTOO_MIRRORS="
+ https://commondatastorage.googleapis.com/chromeos-localmirror
+ https://commondatastorage.googleapis.com/chromeos-mirror/gentoo
+"
+
COMMON_OBJ="@COMMON_OBJ@"
DISTDIR="${COMMON_OBJ}/distdir"