Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On Mon, 19 Sep 2011 10:39:11 +0200
Corentin Chary <corentin.chary@...> wrote:
> ## Also update eix database, because we use eix internaly
> ## Bottleneck: disk and cpu
> ##Time: 30mn ~ 1h
> eix-update
Using egencache to keep caches for overlays will make eix updates much
faster.
Here's my code for it (it uses overlays in /usr/portage/local):
cd /usr/portage/local && \
for O in */; do
echo "${O}"
egencache --jobs=8 --update --update-use-local-desc --rsync \
--repo=$(cat ${O}profiles/repo_name)
done
--
Best regards,
Michał Górny
|
|