aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moone <gentoo@chaoslab.org>2018-05-24 13:34:37 +0900
committerAnthony G. Basile <blueness@gentoo.org>2018-05-24 03:28:59 -0400
commitf1523a529b7455cc11b7aee96dfda41bac29d5c5 (patch)
treed8714a7740dd41a60378b4aa7f6286544144156b /metadata
parenttravis.yml: bump portage to 2.3.38 (diff)
downloadlibressl-f1523a529b7455cc11b7aee96dfda41bac29d5c5.tar.gz
libressl-f1523a529b7455cc11b7aee96dfda41bac29d5c5.tar.bz2
libressl-f1523a529b7455cc11b7aee96dfda41bac29d5c5.zip
layout.conf: define sign-commits & sign-manifests
If the user has `sign` in FEATURES, and there is no `sign-manifests` defined in layout.conf, repoman will assume it to be true.
Diffstat (limited to 'metadata')
-rw-r--r--metadata/layout.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 1239749..fce9ce1 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -2,3 +2,5 @@ masters = gentoo
thin-manifests = true
manifest-hashes = BLAKE2B SHA512
manifest-required-hashes = SHA512
+sign-commits = true
+sign-manifests = false