Control: tag -1 newcomer

On Tue, Jan 11, 2022 at 11:49:06AM +0800, xiao sheng wen wrote:
>   The DD's gpg key may has many uid email address.
>   I hope that who-uploads respond the official u...@debian.org email default.

who-uploads is a simple shell script, parsing the output of gpg.

looking, it has this:

249 »­­­UPLOADER=$($GPG $GPG_OPTIONS \
250 »­­­           "${GPG_DEFAULT_KEYRINGS[@]}" "${GPG_KEYRINGS[@]}" \
251 »­­­           --list-key --with-colons --fixed-list-mode $GPG_ID 
2>/dev/null |
252 »­­­           awk  -F: '/@debian\.org>/ { a = $10; exit} /^uid/ { a = $10; 
exit} END { print a }' )

So it already has something to handle what you ask, that is clearly not
working.

Probably somebody should try to debug those few lines.

(and don't be ... bothered ... by the way it gather that data… scraping
web pages was a good idea 15 years ago)

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
More about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to