diff options
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 ================== |