proj/gentoo: Initial commit
[gentoo.git] / metadata / layout.conf
1 # This went live Wednesday, July 4, 2012 at 10:00 UTC
2 # For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
3 # and/or GLEP 59.
4 manifest-hashes = SHA256 SHA512 WHIRLPOOL
5
6 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
7 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
8 #eapis-banned = 1
9 eapis-deprecated = 0 1 2 3
10
11 # Bug #337853 - gentoo's council says to enable
12 # --echangelog by default for the "gentoo" repo
13 # INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
14 update-changelog = false
15
16 # Make egencache generate newer (more reliable)
17 # md5-dict cache format (see bug #409445).
18 # NOTE: list md5-dict first so clients prefer it
19 # INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
20 # 2012 was the removal date)
21 cache-formats = md5-dict
22
23 # Support for implicit masters is deprecated, so we need to explicitly
24 # specify that this repo does not dependent on any masters, in order
25 # to distinguish it from repos that rely on the deprecated behavior.
26 masters =
27
28 # Use thin Manifests for Git
29 thin-manifests = true
30
31 # Sign Git commits, and NOT Manifests
32 sign-commits = true
33 sign-manifests = false