Wesley Hershberger has proposed merging
~whershberger/curtin:apt-template-signed-by into curtin:master.
Commit message:
doc: deb822 template fix
This is a follow-up from
https://code.launchpad.net/~bryanfraschetti/curtin/+git/curtin/+merge/476864
As noted in the linked MP, the sources_list section is simply providing
a raw apt config, curtin doesn't process it. The `Key` field isn't documented
in sources.list(5), and didn't work for the customer.
The customer was able to use the Signed-By field with the ascii armored
key as shown here.
Signed-off-by: Wesley Hershberger <[email protected]>
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~whershberger/curtin/+git/curtin/+merge/480801
--
Your team curtin developers is requested to review the proposed merge of
~whershberger/curtin:apt-template-signed-by into curtin:master.
diff --git a/doc/topics/apt_source.rst b/doc/topics/apt_source.rst
index 52e1996..efc4d58 100644
--- a/doc/topics/apt_source.rst
+++ b/doc/topics/apt_source.rst
@@ -226,7 +226,7 @@ The following example configures ``ubuntu.sources`` in deb822 format, supplies a
URIs: $PRIMARY
Suites: $RELEASE $RELEASE-updates $RELEASE-security $RELEASE-proposed
Components: main
- key: | # full key as block
+ Signed-By: # full key as block
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
mQGiBEFEnz8RBAC7LstGsKD7McXZgd58oN68KquARLBl6rjA2vdhwl77KkPPOr3O
--
Mailing list: https://launchpad.net/~curtin-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~curtin-dev
More help : https://help.launchpad.net/ListHelp