From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B43D813826A for ; Tue, 24 May 2016 19:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE5E621C012; Tue, 24 May 2016 19:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 588C521C012 for ; Tue, 24 May 2016 19:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80077340815 for ; Tue, 24 May 2016 19:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB5CC968 for ; Tue, 24 May 2016 19:45:08 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1464118862.866fe3c4a203eac5c97018a059fffbf90d410ef2.ikelos@gentoo> Subject: [gentoo-commits] dev/ikelos:master commit in: metadata/ X-VCS-Repository: dev/ikelos X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 866fe3c4a203eac5c97018a059fffbf90d410ef2 X-VCS-Branch: master Date: Tue, 24 May 2016 19:45:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: af428350-22b2-4228-90ac-ea2b1c30f8ae X-Archives-Hash: 08f87ea2d6cb43cca43c2a522143c23f commit: 866fe3c4a203eac5c97018a059fffbf90d410ef2 Author: layman localhost> AuthorDate: Tue May 24 19:41:02 2016 +0000 Commit: Mike Auty gentoo org> CommitDate: Tue May 24 19:41:02 2016 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=866fe3c4 Convert to thin manifests (borrowed from vmware's repo). metadata/layout.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index d43e61c..760df68 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,14 @@ masters = gentoo +# Use new hashes +manifest-hashes = SHA256 SHA512 WHIRLPOOL +# Do not update changelogs +update-changelog = false +# Use thin manifests +thin-manifests = true +# Dont sign thin manifests. There is no current policy for git commit signing +sign-manifests = false +# sign commits using git mechanisms +sign-commits = true +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +cache-formats = md5-dict