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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T17:04:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T21:08:57.856Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 36
- Watchers: 13
- 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
```