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 1Rm4Sr-0008DG-N1 for garchives@archives.gentoo.org; Sat, 14 Jan 2012 14:20:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C565DE0869; Sat, 14 Jan 2012 14:20:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 95F3FE0869 for ; Sat, 14 Jan 2012 14:20:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61DDE1B4019 for ; Sat, 14 Jan 2012 14:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1622D80051 for ; Sat, 14 Jan 2012 14:20:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: metadata/ X-VCS-Repository: proj/sci X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ac7b80809d0be79d8e0d08354fd707b8566036a2 Date: Sat, 14 Jan 2012 14:20:03 +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: aef69067-2283-40a2-aad7-055dadd88567 X-Archives-Hash: 290da1037c1bde13e5656b01c242212a commit: ac7b80809d0be79d8e0d08354fd707b8566036a2 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Sat Jan 14 14:20:31 2012 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Sat Jan 14 14:20:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dac7b8080 Convert to thin manifests (as suggested by alexxy and jlec) --- metadata/layout.conf | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..7a212f0 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,14 @@ +masters =3D gentoo + +# Use new hashes +manifest-hashes =3D SHA256 SHA512 WHIRLPOOL + +# Let repoman update changelogs +update-changelog =3D true + +# Use thin manifests +thin-manifests =3D true + +# Dont sign thin manifests (because it re-introduces the=20 +# just avoided merge conflicts) +sign-manifests =3D false