Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: corentin.chary@×××××.com
Subject: Re: [gentoo-dev] euscan proof of concept (like debian's uscan)
Date: Mon, 19 Sep 2011 08:52:22
Message-Id: 20110919105348.27837085@pomiocik.lan
In Reply to: Re: [gentoo-dev] euscan proof of concept (like debian's uscan) by Corentin Chary
1 On Mon, 19 Sep 2011 10:39:11 +0200
2 Corentin Chary <corentin.chary@×××××.com> wrote:
3
4 > ## Also update eix database, because we use eix internaly
5 > ## Bottleneck: disk and cpu
6 > ##Time: 30mn ~ 1h
7 > eix-update
8
9 Using egencache to keep caches for overlays will make eix updates much
10 faster.
11
12 Here's my code for it (it uses overlays in /usr/portage/local):
13
14 cd /usr/portage/local && \
15 for O in */; do
16 echo "${O}"
17 egencache --jobs=8 --update --update-use-local-desc --rsync \
18 --repo=$(cat ${O}profiles/repo_name)
19 done
20
21 --
22 Best regards,
23 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] euscan proof of concept (like debian's uscan) Corentin Chary <corentin.chary@×××××.com>
Re: [gentoo-dev] euscan proof of concept (like debian's uscan) Corentin Chary <corentin.chary@×××××.com>