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 1R5dKc-0007cu-4v for garchives@archives.gentoo.org; Mon, 19 Sep 2011 12:52:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA44B21C0AB; Mon, 19 Sep 2011 12:52:07 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 05B9221C071 for ; Mon, 19 Sep 2011 12:51:28 +0000 (UTC) Received: by eyg5 with SMTP id 5so2973535eyg.40 for ; Mon, 19 Sep 2011 05:51:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Q62B5kQBliUusHgjFQwGzm3WTv/8JNxDAL6T1vvxSbc=; b=hcwMwZsp054EidXrdgB4zI7FRQm67M2VgCsr5e0I1IMqQ40l42gbUULJ0C2cTz5/zF xpade/2aUQjv/LGaZx3+9ZOXFpq1ThBHq2Of+fZb8lmrechyIQu9sZJd4iuoURHNO2g9 ZjyugOQ7Jz269HUYrG7sRHBmsQ7fQCWoUa/Zc= 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 Received: by 10.213.29.140 with SMTP id q12mr785547ebc.89.1316436687571; Mon, 19 Sep 2011 05:51:27 -0700 (PDT) Received: by 10.213.14.130 with HTTP; Mon, 19 Sep 2011 05:51:27 -0700 (PDT) In-Reply-To: <20110919105348.27837085@pomiocik.lan> References: <4E76704D.9080808@gentoo.org> <20110919105348.27837085@pomiocik.lan> Date: Mon, 19 Sep 2011 14:51:27 +0200 Message-ID: Subject: Re: [gentoo-dev] euscan proof of concept (like debian's uscan) From: Corentin Chary To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Cc: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6e65eb7c918a1666f8a6730e6cb5bf9e On Mon, Sep 19, 2011 at 10:53 AM, Micha=C5=82 G=C3=B3rny wrote: > 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 > =C2=A0 =C2=A0 =C2=A0 =C2=A0echo "${O}" > =C2=A0 =C2=A0 =C2=A0 =C2=A0egencache --jobs=3D8 --update --update-use-loc= al-desc --rsync \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--repo=3D$(cat ${O= }profiles/repo_name) > done Thanks, I'll try that. --=20 Corentin Chary http://xf.iksaif.net