mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
readme: update update_ebuilds
info
Goes along with the change in #719. Also update another instance of CoreOS.
This commit is contained in:
parent
38b19e1f63
commit
ebf6d6caa2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user