From be8ca3a7b8046480025a6ab0911437a986aac0a0 Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel (dilfridge)" Date: Sat, 5 Sep 2015 16:19:38 +0200 Subject: [PATCH] Update README; the metadata cache regeneration is included in the scripts and always starts at last snapshot --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index fd9207a..50b686c 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,8 @@ 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 (the first update might take long, all subsequent ones not). +* Updates metadata-cache. * Updates the dtd directory. * Updates the glsa directory. * Updates `herds.xml` file. * 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 -```