Go to file
hasufell 8d7caaa54c
Merge branch 'use-gentoo-functions' of git://github.com/redneb/portage-gentoo-git-config
2015-08-22 22:16:09 +02:00
etc/portage Use functions.sh from gentoo-functions instead of the one from openrc 2015-08-22 19:36:19 +01:00
README.md Update README to reflect overlay egencache possibility 2015-08-21 22:44:29 +02:00

README.md

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
  • updates metadata-cache (the first update might take long, all subsequent ones not)
  • updates the dtd directory
  • updates the glsa directory
  • updates herds.xml
  • updates the news directory

Notes

Note that typically most repositories other than gentoo don't come with a pregenerated cache. It is a good idea to generate/update their cache every time they are synced. One way to do this, is by activating the example hook script that portage installs by default in /etc/portage/postsync.d:

cp -i /etc/portage/repo.postsync.d/example /etc/portage/repo.postsync.d/gen_cache
chmod +x /etc/portage/repo.postsync.d/gen_cache