From f756d7483e496fae738e4041a983ee86413c9ff3 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 29 Sep 2011 23:50:41 -0700 Subject: [PATCH] repository manifest configuration Specifically, use thin-manifest (format designed for git), and direct portage to use manifests (including create) but not yet strictly require it- need to do a full audit/regen of the manifests for the repository prior to switching to strict mode. BUG=chromium-os:11308 TEST=./runtests.sh from the source, doing trybot runs. Change-Id: Ib83591d2f048b1665e2d739e0d561ee27b215733 Reviewed-on: http://gerrit.chromium.org/gerrit/8081 Reviewed-by: David James Reviewed-by: Brian Harring Tested-by: Brian Harring --- .../src/third_party/portage-stable/metadata/layout.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/portage-stable/metadata/layout.conf b/sdk_container/src/third_party/portage-stable/metadata/layout.conf index ec433728a8..328d9262e9 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/layout.conf +++ b/sdk_container/src/third_party/portage-stable/metadata/layout.conf @@ -1 +1,2 @@ masters = gentoo portage-stable chromiumos +use-manifests = true