Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasufell/portage-gentoo-git-config

Configuring portage to use the gentoo git mirrors and update relevant metadata
https://github.com/hasufell/portage-gentoo-git-config

Last synced: 23 days ago
JSON representation

Configuring portage to use the gentoo git mirrors and update relevant metadata

Awesome Lists containing this project

README

        

This is not a full portage configuration. It contains only those parts that are
necessary to set up a gentoo github mirror based sync system:

* Configures Portage to sync via https://github.com/gentoo/gentoo.git URL.
* Updates metadata-cache.
* Updates the dtd directory.
* Updates the glsa directory.
* Updates `projects.xml` file
* Updates the news directory.

## Notes ##

If you want your overlay metadata caches to be automatically regenerated
as well, do:
```sh
chmod +x /etc/portage/repo.postsync.d/sync_overlay_cache
```