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 1STGji-0003PV-NE for garchives@archives.gentoo.org; Sat, 12 May 2012 18:08:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86BB4E0A9E; Sat, 12 May 2012 18:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 51C88E0A9E for ; Sat, 12 May 2012 18:07:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02C71B4023 for ; Sat, 12 May 2012 18:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8CD74E5431 for ; Sat, 12 May 2012 18:07:49 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1336845992.c86fa3165bc276188b47134a32318d1a54b7749e.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: metadata/ X-VCS-Repository: proj/sci X-VCS-Files: metadata/.gitignore metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c86fa3165bc276188b47134a32318d1a54b7749e X-VCS-Branch: master Date: Sat, 12 May 2012 18:07:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca8964e6-2def-4675-a210-3fa2338b9770 X-Archives-Hash: a8033431b9a0108428c164e6a0991ca5 commit: c86fa3165bc276188b47134a32318d1a54b7749e Author: Alexey Shvetsov gentoo org> AuthorDate: Sat May 12 18:05:25 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat May 12 18:06:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc86fa316 [metadata] Enable md5-cache Signed-off-by: Alexey Shvetsov gentoo.org> --- metadata/.gitignore | 1 + metadata/layout.conf | 4 ++++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/metadata/.gitignore b/metadata/.gitignore index 14d86ad6..ff03039 100644 --- a/metadata/.gitignore +++ b/metadata/.gitignore @@ -1 +1,2 @@ /cache +/md5-cache diff --git a/metadata/layout.conf b/metadata/layout.conf index a0ba047..46ccb35 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -15,3 +15,7 @@ sign-manifests =3D false =20 # sign commits using git mechanisms sign-commits =3D false + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +cache-formats =3D md5-dict