allow to specify key overrides for packages

This commit is contained in:
2021-03-11 04:06:20 +03:00
parent 1770793e69
commit 2d351fa94f
4 changed files with 17 additions and 15 deletions

View File

@ -37,7 +37,8 @@ Base repository settings.
Settings for signing packages or repository. Group name must refer to architecture, e.g. it should be `sign_x86_64` for x86_64 architecture.
* `target` - configuration flag to enable signing, space separated list of strings, required. Allowed values are `package` (sign each package separately), `repository` (sign repository database file).
* `key` - PGP key, string, required.
* `key` - default PGP key, string, required. This key will also be used for database signing if enabled.
* `key_*` settings - PGP key which will be used for specific packages, string, optional. For example, if there is `key_yay` option the specified key will be used for yay package and default key for others.
## `report` group