Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: metadata/
Date: Thu, 30 Aug 2012 08:48:30
Message-Id: 1346316487.68e4cb61f079a74ab03890d3307076a903ad8c7b.jlec@gentoo
1 commit: 68e4cb61f079a74ab03890d3307076a903ad8c7b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 08:48:07 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 08:48:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=68e4cb61
7
8 copy over from sci overlay
9
10 ---
11 metadata/layout.conf | 21 +++++++++++++++++++++
12 1 files changed, 21 insertions(+), 0 deletions(-)
13
14 diff --git a/metadata/layout.conf b/metadata/layout.conf
15 index d43e61c..c6ac6bb 100644
16 --- a/metadata/layout.conf
17 +++ b/metadata/layout.conf
18 @@ -1 +1,22 @@
19 masters = gentoo
20 +
21 +# Use new hashes
22 +manifest-hashes = SHA256 SHA512 WHIRLPOOL
23 +
24 +# Let repoman update changelogs
25 +update-changelog = true
26 +
27 +# Use thin manifests
28 +thin-manifests = true
29 +
30 +# Dont sign thin manifests (because it re-introduces the
31 +# just avoided merge conflicts)
32 +sign-manifests = false
33 +
34 +# sign commits using git mechanisms
35 +sign-commits = true
36 +
37 +# Make egencache generate newer (more reliable)
38 +# md5-dict cache format (see bug #409445).
39 +cache-formats = md5-dict
40 +