From ebf6d6caa22a75bd7f47c090d310ae60ed1dc682 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Thu, 27 Jul 2017 11:36:20 -0700 Subject: [PATCH] readme: update `update_ebuilds` info Goes along with the change in #719. Also update another instance of CoreOS. --- .../src/third_party/portage-stable/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/README.md b/sdk_container/src/third_party/portage-stable/README.md index 5bfe9533ef..161d29e7af 100644 --- a/sdk_container/src/third_party/portage-stable/README.md +++ b/sdk_container/src/third_party/portage-stable/README.md @@ -1,5 +1,5 @@ This overlay contains curated unmodified Gentoo packages that are part -of the CoreOS build and are exact copies of upstream Gentoo packages. +of the Container Linux build and are exact copies of upstream Gentoo packages. Use `src/scripts/update_ebuilds` to fetch the latest copy from Gentoo: @@ -7,11 +7,10 @@ Use `src/scripts/update_ebuilds` to fetch the latest copy from Gentoo: repo start update-foo ../third-party/portage-stable ./update_ebuilds --commit app-fun/foo -Note: `update_ebuilds` can fetch from either Gentoo's anonymous CVS or -Rsync services, both of which will ban users making excessive requests. -If you have a lot of related packages to update or just aren't quite -sure what you are getting into please pull down a local copy to work -from: +Note: `update_ebuilds` can fetch from either Gentoo's Github mirror or +Rsync services. +If you'd prefer to use a local copy of the portage tree, you can point +`update_ebuilds` at a local filepath: rsync -rtlv rsync://rsync.gentoo.org/gentoo-portage ~/gentoo-portage ./update_ebuilds --commit --portage ~/gentoo-portage app-fun/foo