summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2016-05-01 17:59:05 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2016-05-01 17:59:05 +0300
commit75e3d2c40265ba4354b9e3b73859db4abef41653 (patch)
tree25bb663b95512ccf5659df7e185fb7cc1a211f48
parentFixed in portage. (diff)
downloadbircoph-75e3d2c4.tar.gz
bircoph-75e3d2c4.tar.bz2
bircoph-75e3d2c4.zip
Update metadata according to gentoo repo.
-rw-r--r--metadata/layout.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index c421ffe..f46c93a 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -3,13 +3,16 @@
# and/or GLEP 59.
manifest-hashes = SHA256 SHA512 WHIRLPOOL
-# Bug #470670 - gentoo's council says to deprecate
-# EAPIs 1 and 2.
-eapis-deprecated = 0 1 2 3
+# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
+# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+# 2015-10-11 council meeting deprecated EAPI 4.
+#eapis-banned = 1
+eapis-deprecated = 0 1 2 3 4
# Bug #337853 - gentoo's council says to enable
# --echangelog by default for the "gentoo" repo
-update-changelog = true
+# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
+update-changelog = false
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
@@ -20,5 +23,9 @@ cache-formats = md5-dict
masters = gentoo
+# Use thin Manifests for Git
+thin-manifests = true
+
# sign commits using git mechanisms
sign-commits = true
+sign-manifests = false