multisign option

This commit is contained in:
2021-03-11 01:39:45 +03:00
parent fd2049b334
commit 262d8d8647
12 changed files with 23 additions and 79 deletions

View File

@ -36,8 +36,8 @@ Base repository settings:
Settings for signing packages or repository:
* `enabled` - configuration flag to enable signing, string, required. Allowed values are `disabled`, `package` (sign each package separately), `repository` (sign repository database file).
* `key` - PGP key, string, optional.
* `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.
## `report` group