From: Corentin Chary <corentin.chary@gmail.com>
To: "Michał Górny" <mgorny@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] euscan proof of concept (like debian's uscan)
Date: Mon, 19 Sep 2011 14:51:27 +0200 [thread overview]
Message-ID: <CAHR064j7EGEe4KC6v0xW1YyVAKUNZzMZMia85_bU8pDEctYqDw@mail.gmail.com> (raw)
In-Reply-To: <20110919105348.27837085@pomiocik.lan>
On Mon, Sep 19, 2011 at 10:53 AM, Michał Górny <mgorny@gentoo.org> wrote:
> On Mon, 19 Sep 2011 10:39:11 +0200
> Corentin Chary <corentin.chary@gmail.com> 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
Thanks, I'll try that.
--
Corentin Chary
http://xf.iksaif.net
next prev parent reply other threads:[~2011-09-19 12:52 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AANLkTi=LEe+FziC=ong=wym3qi4v9pxxdpEK5wTEz6Dd@mail.gmail.com>
2011-03-21 8:24 ` [gentoo-dev] euscan proof of concept (like debian's uscan) Corentin Chary
2011-03-26 16:35 ` [gentoo-dev] " Christian Faulhammer
2011-03-26 16:41 ` Corentin Chary
2011-09-18 22:27 ` [gentoo-dev] " "Paweł Hajdan, Jr."
2011-09-19 7:35 ` Dirkjan Ochtman
2011-09-19 8:39 ` Corentin Chary
2011-09-19 8:53 ` Michał Górny
2011-09-19 12:51 ` Corentin Chary [this message]
2011-09-23 9:55 ` Corentin Chary
2011-04-03 17:20 ` [gentoo-dev] " Corentin Chary
2011-04-10 8:43 ` Hans de Graaff
2011-04-13 6:47 ` Corentin Chary
2011-04-13 16:23 ` Matthew Summers
2011-04-13 16:58 ` Corentin Chary
2011-04-14 6:49 ` Corentin Chary
2011-04-16 6:29 ` Corentin Chary
2011-04-18 8:26 ` Marijn
2011-04-18 9:05 ` Corentin Chary
2011-04-18 17:22 ` Daniel Pielmeier
2011-04-18 19:14 ` Corentin Chary
2011-04-18 13:32 ` Donnie Berkholz
2011-04-18 13:48 ` Corentin Chary
2011-04-18 19:02 ` Corentin Chary
2011-04-18 19:41 ` Donnie Berkholz
2011-04-18 19:45 ` Donnie Berkholz
2011-04-19 6:19 ` Corentin Chary
2011-04-18 21:08 ` Jorge Manuel B. S. Vicetto
2011-04-19 6:53 ` Corentin Chary
2011-04-19 19:52 ` Tomáš Chvátal
2011-04-20 15:20 ` Corentin Chary
2011-04-27 8:04 ` Corentin Chary
2011-04-27 18:02 ` Tomáš Chvátal
2011-04-28 12:34 ` Corentin Chary
2011-05-02 7:23 ` Corentin Chary
2011-05-05 15:54 ` Corentin Chary
2011-05-06 2:13 ` Patrick Nagel
2011-08-31 13:41 ` Corentin Chary
2011-08-31 16:26 ` Alec Warner
2011-09-01 7:23 ` Alex Legler
2011-09-01 7:44 ` Corentin Chary
2011-09-01 7:49 ` Tomáš Chvátal
2011-09-01 7:55 ` Corentin Chary
2011-09-01 8:05 ` Tomáš Chvátal
2011-09-01 11:47 ` Corentin Chary
2011-09-01 8:31 ` Michał Górny
2011-09-01 9:09 ` Corentin Chary
2011-09-01 14:25 ` Corentin Chary
2011-09-19 19:23 ` Hans de Graaff
2011-09-20 8:00 ` Corentin Chary
2011-09-20 19:04 ` Donnie Berkholz
2011-09-21 8:57 ` Corentin Chary
2011-09-21 10:58 ` Markos Chandras
2011-09-21 12:05 ` Corentin Chary
2011-09-25 18:54 ` Corentin Chary
2011-09-26 18:42 ` Hans de Graaff
2011-09-28 5:41 ` Corentin Chary
2011-11-17 13:49 ` Corentin Chary
2011-04-19 7:29 ` Dirkjan Ochtman
2011-04-19 9:33 ` Corentin Chary
2011-09-06 18:20 ` Matt Turner
2011-09-07 7:32 ` Corentin Chary
2011-09-07 7:44 ` Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAHR064j7EGEe4KC6v0xW1YyVAKUNZzMZMia85_bU8pDEctYqDw@mail.gmail.com \
--to=corentin.chary@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
--cc=mgorny@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox