diff options
| -rw-r--r-- | metadata/layout.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index d43e61cad6b..3aaf75901ba 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,9 @@ masters = gentoo +# Use new hashes +manifest-hashes = SHA256 SHA512 WHIRLPOOL +# Do not update changelogs +update-changelog = true +# Use thin manifests +thin-manifests = true +# Dont sign thinn manifests. There is no current policy for git commit signing +sign-manifests = false |
