Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: /, metadata/
Date: Fri, 03 Feb 2012 16:58:29
Message-Id: bc0088cb277a6fd7a4f2880cec1602029407621f.johu@gentoo
1 commit: bc0088cb277a6fd7a4f2880cec1602029407621f
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 3 16:55:25 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 3 16:55:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bc0088cb
7
8 Create layout.conf. Adds support for thin manifest layout.
9
10 ---
11 .gitignore | 2 +-
12 metadata/layout.conf | 9 +++++++++
13 2 files changed, 10 insertions(+), 1 deletions(-)
14
15 diff --git a/.gitignore b/.gitignore
16 index 0fa5304..7755c0f 100644
17 --- a/.gitignore
18 +++ b/.gitignore
19 @@ -1,3 +1,3 @@
20 *.swp
21 *~
22 -metadata/
23 +metadata/cache
24
25 diff --git a/metadata/layout.conf b/metadata/layout.conf
26 new file mode 100644
27 index 0000000..345904e
28 --- /dev/null
29 +++ b/metadata/layout.conf
30 @@ -0,0 +1,9 @@
31 +masters = gentoo
32 +# Use new hashes
33 +manifest-hashes = SHA256 SHA512 WHIRLPOOL
34 +# Do not update changelogs
35 +update-changelog = false
36 +# Use thin manifests
37 +thin-manifests = true
38 +# Dont sign thin manifests. There is no current policy for git commit signing
39 +sign-manifests = false