Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/bircoph:master commit in: metadata/
Date: Sun, 01 May 2016 15:41:55
Message-Id: 1462114745.75e3d2c40265ba4354b9e3b73859db4abef41653.bircoph@gentoo
1 commit: 75e3d2c40265ba4354b9e3b73859db4abef41653
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 14:59:05 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 14:59:05 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=75e3d2c4
7
8 Update metadata according to gentoo repo.
9
10 metadata/layout.conf | 15 +++++++++++----
11 1 file changed, 11 insertions(+), 4 deletions(-)
12
13 diff --git a/metadata/layout.conf b/metadata/layout.conf
14 index c421ffe..f46c93a 100644
15 --- a/metadata/layout.conf
16 +++ b/metadata/layout.conf
17 @@ -3,13 +3,16 @@
18 # and/or GLEP 59.
19 manifest-hashes = SHA256 SHA512 WHIRLPOOL
20
21 -# Bug #470670 - gentoo's council says to deprecate
22 -# EAPIs 1 and 2.
23 -eapis-deprecated = 0 1 2 3
24 +# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
25 +# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
26 +# 2015-10-11 council meeting deprecated EAPI 4.
27 +#eapis-banned = 1
28 +eapis-deprecated = 0 1 2 3 4
29
30 # Bug #337853 - gentoo's council says to enable
31 # --echangelog by default for the "gentoo" repo
32 -update-changelog = true
33 +# INFRA NOTE 2015/08/08: No more old ChangeLogs in Git
34 +update-changelog = false
35
36 # Make egencache generate newer (more reliable)
37 # md5-dict cache format (see bug #409445).
38 @@ -20,5 +23,9 @@ cache-formats = md5-dict
39
40 masters = gentoo
41
42 +# Use thin Manifests for Git
43 +thin-manifests = true
44 +
45 # sign commits using git mechanisms
46 sign-commits = true
47 +sign-manifests = false