* [gentoo-commits] proj/gnome:master commit in: metadata/
@ 2012-10-27 8:54 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-27 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 2cf24834b31c85a0d08c0a7b6394b71cfe9409a6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 08:53:51 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 08:54:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2cf24834
metadata/layout.conf: enable thin-manifests
---
metadata/layout.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
new file mode 100644
index 0000000..aa72105
--- /dev/null
+++ b/metadata/layout.conf
@@ -0,0 +1,4 @@
+# sign manifests in this repo
+#sign-manifests = true
+# thin-manifests only contain DIST entries
+thin-manifests = true
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: metadata/
@ 2013-07-31 6:24 Priit Laes
0 siblings, 0 replies; 3+ messages in thread
From: Priit Laes @ 2013-07-31 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 023da8ca0ad92ed9d7cf46fd24ce9b619bd6526d
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Jul 31 06:25:09 2013 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Jul 31 06:25:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=023da8ca
Update repository metadata for future compatibility
---
metadata/layout.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index aa72105..6b1dba0 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,5 @@
# sign manifests in this repo
#sign-manifests = true
# thin-manifests only contain DIST entries
+masters = gentoo
thin-manifests = true
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: metadata/
@ 2018-05-26 19:35 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 19:35 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-26 19:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27 8:54 [gentoo-commits] proj/gnome:master commit in: metadata/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2013-07-31 6:24 Priit Laes
2018-05-26 19:35 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox