portage-gentoo-git-config/README.md

18 lines
530 B
Markdown
Raw Permalink Normal View History

2015-08-14 20:27:30 +00:00
This is not a full portage configuration. It contains only those parts that are
2015-08-15 10:53:21 +00:00
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.
2016-02-22 19:50:15 +00:00
* Updates `projects.xml` file
* Updates the news directory.
2015-09-05 14:49:20 +00:00
## 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
2015-09-05 14:49:20 +00:00
```