Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hasufell/portage-gentoo-git-config
- Owner: hasufell
- Created: 2015-08-14T20:19:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T17:04:37.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:41:50.474Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 36
- Watchers: 14
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```