[pacman-dev] [PATCH] makepkg.conf.5: Document PACKAGER format requirements
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. **COMPRESSGZ=**"(gzip -c -f -n)":: -- 2.23.0
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 -- Eli Schwartz Bug Wrangler and Trusted User
participants (2)
-
Allan McRae
-
Eli Schwartz