commit: 2bcd5e2ba98411969362c721107643569007fc27 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 13:05:38 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 13:05:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2bcd5e2b
Ban ChangeLogs thanks marbre for the hint Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> metadata/layout.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index f07e251..c7500cb 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -7,12 +7,14 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 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 = 0 1 2 3 4 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).
