[pacman-dev] makepkg.conf.5: Document PACKAGER format requirements

Message ID 20191004015356.164971-1-allan@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev] makepkg.conf.5: Document PACKAGER format requirements | expand

Commit Message

Allan McRae Oct. 4, 2019, 1:53 a.m. UTC
Signed-off-by: Allan McRae <allan@archlinux.org>
---
 doc/makepkg.conf.5.asciidoc | 1 +
 1 file changed, 1 insertion(+)

Comments

Eli Schwartz Oct. 4, 2019, 1:56 a.m. UTC | #1
On 10/3/19 9:53 PM, Allan McRae wrote:
> Signed-off-by: Allan McRae <allan@archlinux.org>
> ---
>  doc/makepkg.conf.5.asciidoc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc
> index 9292b2a6..a8995a27 100644
> --- a/doc/makepkg.conf.5.asciidoc
> +++ b/doc/makepkg.conf.5.asciidoc
> @@ -244,6 +244,7 @@ Options
>  
>  **PACKAGER=**"John Doe <john@example.com>"::
>  	This value is used when querying a package to see who was the builder.
> +	The given format is enforced to allow PGP key lookup through WKD.
>  	It is recommended to change this to your name and email address.

It's not enforced, it is a warning.

Given the fallback when unset is "Unknown Packager" without an email, it
had better not be enforced. :p

Patch

diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc
index 9292b2a6..a8995a27 100644
--- a/doc/makepkg.conf.5.asciidoc
+++ b/doc/makepkg.conf.5.asciidoc
@@ -244,6 +244,7 @@  Options
 
 **PACKAGER=**"John Doe <john@example.com>"::
 	This value is used when querying a package to see who was the builder.
+	The given format is enforced to allow PGP key lookup through WKD.
 	It is recommended to change this to your name and email address.
 
 **COMPRESSGZ=**"(gzip -c -f -n)"::