Re: [PATCH] announce-gen: Improve GnuPG verification instructions.

2022-07-11 Thread Simon Josefsson via Gnulib discussion list
Bruno Haible writes: > Simon Josefsson wrote: >> + my $gpg_fingerprint = `LANG=C gpg --fingerprint $gpg_key_id | grep -v >> ^sub`; > > LANG=C has no effect if LC_ALL is set, since LC_ALL has a higher precedence > than > LANG [1]. > > [1] > https://www.gnu.org/software/gettext/manual/html_node

Re: [PATCH] announce-gen: Improve GnuPG verification instructions.

2022-07-10 Thread Bruno Haible
Simon Josefsson wrote: > + my $gpg_fingerprint = `LANG=C gpg --fingerprint $gpg_key_id | grep -v > ^sub`; LANG=C has no effect if LC_ALL is set, since LC_ALL has a higher precedence than LANG [1]. [1] https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html 202

[PATCH] announce-gen: Improve GnuPG verification instructions.

2022-07-08 Thread Simon Josefsson via Gnulib discussion list
ring: wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg gpg --keyring gnu-keyring.gpg --verify inetutils-2.3.tar.gz.sig From dfe8fd0f1f00b6c7a8983f6ee5aab82988e3d891 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 9 Jul 2022 00:32:04 +0200 Subject: [PATCH] announce-gen: Improve GnuPG verifica