I keep running into errors on my aarch64 boxes where pacman prompts this on updates:
$this->bbcode_second_pass_code('', ':: Import PGP key 77193F152BDBE6A6, "Arch Linux ARM Build System <builder+seattle@archlinuxarm.org>"? [Y/n]')
The `+seattle` part changes. I've gotten `seattle` and `n1` so far, I'm sure there are others, probably corresponding to the build servers.
If I say no, then it cancels the transaction. If I say yes, then it fails because the e-mail address isn't listed on any keyservers.
I've rebuilt my keyring multiple times and that key fingerprint is already in the keyring, but the e-mail is invalid.
Is this something that can be fixed with pacman configuration? Or is it a configuration problem with the builders? Either way, can we either upload all of the variants on `builder+<place>@archlinuxarm.org` or fix the build infrastructure so it always generates signatures as `builder@archlinuxarm.org` to match the keyid in the keyring?