diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-08-30 10:48:07 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-08-30 10:48:07 +0200 |
commit | 68e4cb61f079a74ab03890d3307076a903ad8c7b (patch) | |
tree | fc4acaba9132664ed51ca254ee2fa6a6db554491 /metadata | |
parent | dev-python/ternate: Bump EAPI to 4 to avoid deprecation warning of python ecl... (diff) | |
download | betagarden-68e4cb61f079a74ab03890d3307076a903ad8c7b.tar.gz betagarden-68e4cb61f079a74ab03890d3307076a903ad8c7b.tar.bz2 betagarden-68e4cb61f079a74ab03890d3307076a903ad8c7b.zip |
copy over from sci overlay
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index d43e61c..c6ac6bb 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,22 @@ masters = gentoo + +# Use new hashes +manifest-hashes = SHA256 SHA512 WHIRLPOOL + +# Let repoman update changelogs +update-changelog = true + +# Use thin manifests +thin-manifests = true + +# Dont sign thin manifests (because it re-introduces the +# just avoided merge conflicts) +sign-manifests = false + +# sign commits using git mechanisms +sign-commits = true + +# Make egencache generate newer (more reliable) +# md5-dict cache format (see bug #409445). +cache-formats = md5-dict + |