Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: metadata/
Date: Sun, 29 Apr 2012 13:07:18
Message-Id: 1335704799.3604a339f3ca60e52f61c470e090d45642b919a8.scarabeus@gentoo
1 commit: 3604a339f3ca60e52f61c470e090d45642b919a8
2 Author: Tomas Chvatal <tchvatal <AT> suse <DOT> cz>
3 AuthorDate: Sun Apr 29 13:06:39 2012 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 13:06:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3604a339
7
8 Migrate to thin manifests, less mess around.
9
10 ---
11 metadata/.gitignore | 1 +
12 metadata/layout.conf | 10 ++++++++++
13 2 files changed, 11 insertions(+), 0 deletions(-)
14
15 diff --git a/metadata/.gitignore b/metadata/.gitignore
16 new file mode 100644
17 index 0000000..14d86ad
18 --- /dev/null
19 +++ b/metadata/.gitignore
20 @@ -0,0 +1 @@
21 +/cache
22
23 diff --git a/metadata/layout.conf b/metadata/layout.conf
24 index d43e61c..f1a0bec 100644
25 --- a/metadata/layout.conf
26 +++ b/metadata/layout.conf
27 @@ -1 +1,11 @@
28 masters = gentoo
29 +# Use new hashes
30 +manifest-hashes = SHA256 SHA512 WHIRLPOOL
31 +# Do not update changelogs
32 +update-changelog = false
33 +# Use thin manifests
34 +thin-manifests = true
35 +# Dont sign thin manifests. There is no current policy for git commit signing
36 +sign-manifests = false
37 +# sign commits using git mechanisms
38 +sign-commits = true