diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 11:58:57 -0500 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 11:58:57 -0500 |
commit | 744dea10b1760724190677827d2b8621538b2b22 (patch) | |
tree | 0ea36d96b7bc2ac3cfb0e96e6d42b2b719425089 | |
parent | set repo_name to jtriley (diff) | |
download | jtriley-744dea10b1760724190677827d2b8621538b2b22.tar.gz jtriley-744dea10b1760724190677827d2b8621538b2b22.tar.bz2 jtriley-744dea10b1760724190677827d2b8621538b2b22.zip |
setup layout.conf to use thin-manifests
-rw-r--r-- | metadata/layout.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..8981450 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,9 @@ +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 thinn manifests. There is no current policy for git commit signing +sign-manifests = false |