From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R5ZaN-0000pw-8B for garchives@archives.gentoo.org; Mon, 19 Sep 2011 08:52:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83AA221C43A; Mon, 19 Sep 2011 08:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5342621C3FD for ; Mon, 19 Sep 2011 08:51:46 +0000 (UTC) Received: from pomiocik.lan (213-238-104-87.adsl.inetia.pl [213.238.104.87]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 5FED01B4014; Mon, 19 Sep 2011 08:51:44 +0000 (UTC) Date: Mon, 19 Sep 2011 10:53:48 +0200 From: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= To: gentoo-dev@lists.gentoo.org Cc: corentin.chary@gmail.com Subject: Re: [gentoo-dev] euscan proof of concept (like debian's uscan) Message-ID: <20110919105348.27837085@pomiocik.lan> In-Reply-To: References: <4E76704D.9080808@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/oTBnCcEGq.H/gnQ7qDwCquC"; protocol="application/pgp-signature" X-Archives-Salt: X-Archives-Hash: 5d44c9ed94ef37e1b79caa63c1bddbfd --Sig_/oTBnCcEGq.H/gnQ7qDwCquC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 19 Sep 2011 10:39:11 +0200 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=3D8 --update --update-use-local-desc --rsync \ --repo=3D$(cat ${O}profiles/repo_name) done --=20 Best regards, Micha=C5=82 G=C3=B3rny --Sig_/oTBnCcEGq.H/gnQ7qDwCquC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iJwEAQEIAAYFAk53AxwACgkQfXuS5UK5QB23VwP/bsI8fuTx7PBcXYySSLJ2jnc6 uDpTpJx63avVzfDBZRU7mEdwsQMrrGWY+MZZiw023ZHhjEItWErAmES/hDyyO/22 46R9cAe8Ok5S2++Dk36jGrX88Ga6f8wcFGTtN4Cj+tukHq073Osiw8LcXM9Qto89 Bd4Lhcnb1T8KBA2gg/M= =zCbD -----END PGP SIGNATURE----- --Sig_/oTBnCcEGq.H/gnQ7qDwCquC--