metadata/layout.conf: Disable manifest signing
This commit is contained in:
parent
fc2fd158bc
commit
2fdf80a2b4
@ -12,6 +12,11 @@ masters = gentoo
|
|||||||
# Control the signing.
|
# Control the signing.
|
||||||
sign-commits = true
|
sign-commits = true
|
||||||
thin-manifests = true
|
thin-manifests = true
|
||||||
|
# 2021-05-15: Do not sign manifests anymore.
|
||||||
|
# - It's breaks pkgcheck (see https://github.com/pkgcore/pkgcheck/issues/307).
|
||||||
|
# - AFAIK it's not supported by portage.
|
||||||
|
# - The commits themselves are signed.
|
||||||
|
sign-manifests = false
|
||||||
|
|
||||||
# Copied from the main tree.
|
# Copied from the main tree.
|
||||||
# manifest-hashes specify hashes used for new/updated entries
|
# manifest-hashes specify hashes used for new/updated entries
|
||||||
|
Loading…
Reference in New Issue
Block a user