mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +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
|
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:
|
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
|
repo start update-foo ../third-party/portage-stable
|
||||||
./update_ebuilds --commit app-fun/foo
|
./update_ebuilds --commit app-fun/foo
|
||||||
|
|
||||||
Note: `update_ebuilds` can fetch from either Gentoo's anonymous CVS or
|
Note: `update_ebuilds` can fetch from either Gentoo's Github mirror or
|
||||||
Rsync services, both of which will ban users making excessive requests.
|
Rsync services.
|
||||||
If you have a lot of related packages to update or just aren't quite
|
If you'd prefer to use a local copy of the portage tree, you can point
|
||||||
sure what you are getting into please pull down a local copy to work
|
`update_ebuilds` at a local filepath:
|
||||||
from:
|
|
||||||
|
|
||||||
rsync -rtlv rsync://rsync.gentoo.org/gentoo-portage ~/gentoo-portage
|
rsync -rtlv rsync://rsync.gentoo.org/gentoo-portage ~/gentoo-portage
|
||||||
./update_ebuilds --commit --portage ~/gentoo-portage app-fun/foo
|
./update_ebuilds --commit --portage ~/gentoo-portage app-fun/foo
|
||||||
|
Loading…
Reference in New Issue
Block a user