diff options
author | Patrick McDermott <pehjota> | 2019-03-30 22:03:01 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-03-30 22:03:01 (EDT) |
commit | 67bcf71b8a69cb4db97f36a2ce1a667bb9689237 (patch) | |
tree | 2e187986e7c24b75698a957f57c0c26caf4589db /dev | |
parent | e9db75b6449c6555f5a4ccc8f116d8c4123b543c (diff) |
dev/archive/signing: Plan on 1 new pro-archman opt
Diffstat (limited to 'dev')
-rw-r--r-- | dev/archive/signing.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/archive/signing.mdwn b/dev/archive/signing.mdwn index 2bf1b71..a74a430 100644 --- a/dev/archive/signing.mdwn +++ b/dev/archive/signing.mdwn @@ -14,10 +14,9 @@ Implementation ProteanOS Archive Manager ------------------------- -[[pro-archman|dev/pro-archman]] will gain two new options: one to enable archive -signing and one to specify a signing key. If archive signing is enabled, -pro-archman will run `gpg` to sign, with the specified key, `Packages` feed -index files when generated. +[[pro-archman|dev/pro-archman]] will gain a new option: an archive signing key. +If a key is provided, pro-archman will run `gpg` to sign, with the specified +key, `Packages` feed index files when generated. A `gpg` executable will be an optional dependency, found by the `configure` script at build time. |