diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-08 14:05:38 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-08 14:05:38 +0100 |
commit | 2bcd5e2ba98411969362c721107643569007fc27 (patch) | |
tree | c41e28c1528ef537fe02929d2e1c61b7cb0fae42 | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-2bcd5e2ba98411969362c721107643569007fc27.tar.gz sci-2bcd5e2ba98411969362c721107643569007fc27.tar.bz2 sci-2bcd5e2ba98411969362c721107643569007fc27.zip |
Ban ChangeLogs
thanks marbre for the hint
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index f07e25117..c7500cb76 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). |