From d86b12d9824a2cbfb3e74121983cd3f8c06e795f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 18 Jun 2013 13:38:22 -0400 Subject: [PATCH] fix(make.conf): Disable force-mirror This feature forces emerge to only fetch sources from mirrors, never the SRC_URI provided in actual ebuilds. Disabling this should fix our issues with portage tarballs vanishing. :-D --- .../coreos-overlay/coreos/config/make.conf.common-target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target index 31b40c8c3f..9665e0bb0a 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target @@ -22,7 +22,7 @@ PORTAGE_TMPDIR=${ROOT}tmp/ PORT_LOGDIR=${ROOT}tmp/portage/logs/ FEATURES="allow-missing-manifests buildpkg clean-logs -collision-protect - -ebuild-locks force-mirror nodoc noinfo noman parallel-install + -ebuild-locks -force-mirror nodoc noinfo noman parallel-install sandbox splitdebug -strict userfetch userpriv usersandbox -unknown-features-warn"