diff options
author | Patrick McDermott <pehjota> | 2017-08-07 16:43:21 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-03-26 17:17:30 (EDT) |
commit | e9db75b6449c6555f5a4ccc8f116d8c4123b543c (patch) | |
tree | 5354733873e0fa82590ebe3b4ec09f661ff50eac /dev | |
parent | 058a3c551d9b3402bef9ebf89151e20e4897e080 (diff) |
dev/archive/signing: Plan for 2 new pro-archman opts, describe keyring
Diffstat (limited to 'dev')
-rw-r--r-- | dev/archive/signing.mdwn | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dev/archive/signing.mdwn b/dev/archive/signing.mdwn index 83d98df..2bf1b71 100644 --- a/dev/archive/signing.mdwn +++ b/dev/archive/signing.mdwn @@ -14,9 +14,10 @@ Implementation ProteanOS Archive Manager ------------------------- -[[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. +[[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. A `gpg` executable will be an optional dependency, found by the `configure` script at build time. @@ -84,6 +85,12 @@ plan would simplify this by getting rid of the `libopkg.1` and `libopkg.1-dev` packages altogether. The `opkg` source package could then build just `opkg`, `opkg-gpg`, `opkg-dbg`, and `opkg-doc` binary packages. +Archive Keyring +--------------- + +The package archive keyring will need to be maintained in a ProteanOS package. + + GPGME Dependencies ================== |