commit:     be6342222bee06c041fa0400800fb8292edd59fb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 17:24:21 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 17:24:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=be634222

metadata: update layout.conf

Add some more settings to be in-line with gentoo repository.

 metadata/layout.conf | 38 +++++++++++++++++++++++++++++++++-----
 1 file changed, 33 insertions(+), 5 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index a23565c8..97c87fcf 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,10 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# For details on this file, see the layout.conf section of the
+# portage(5) man page.
+
 # Specify the repository name, also found in profiles/repo_name
 repo-name = gnome
+
+# manifest-hashes specify hashes used for new/updated entries
+# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
+# 
https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
+manifest-hashes = BLAKE2B SHA512
+
+# The following hashes are required on all Manifest entries. If any
+# of them are missing, repoman will refetch and rehash old distfiles.
+# Otherwise, old distfiles will keep using their current hash set.
+manifest-required-hashes = BLAKE2B
+
+# Follow gentoo repository EAPI rules
+eapis-banned = 1 3
+eapis-deprecated = 0 2 4 5
+
+# Consult git log for changes
+update-changelog = false
+
+# Configure egencache generated metadata if anyone needs it locally
+cache-formats = md5-dict
+
 # eclasses provided by gentoo are authoritative
 masters = gentoo
-# indicate that ebuilds with the specified EAPIs are deprecated
-#eapis-deprecated = 0 1 2 3 4
-# sign manifests in this repo
-#sign-manifests = true
-# thin-manifests only contain DIST entries
+
+# Use thin Manifests for Git
 thin-manifests = true
+
+# Sign Git commits, and NOT Manifests
+#sign-commits = false
+#sign-manifests = false

Reply via email to