diff options
-rw-r--r-- | metadata/layout.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index ce368fa..760df68 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,14 @@ -sign-manifests = false -thin-manifests = true +masters = gentoo +# Use new hashes manifest-hashes = SHA256 SHA512 WHIRLPOOL +# Do not update changelogs +update-changelog = false +# Use thin manifests +thin-manifests = true +# Dont sign thin manifests. There is no current policy for git commit signing +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 |