Bug#1099111: dupload: Recent changes broke buildd-uploader
Aurelien Jarno <[email protected]>
| Newsgroups | gmane.linux.debian.devel.dpkg.bugs |
|---|---|
| Message-ID | <Z9Qn39_lZSwsUdf3__22604.9067148537$1741957548$gmane$org@aurel32.net> |
On 2025-03-14 09:48, John Paul Adrian Glaubitz wrote: > Hello, > > this issue still persists and I assume an entry needs to be added for dports: That is not linked with debian-ports, just that you need to reconfigure the build daemons. You need to update the dupload.conf to point to ~buildd/.gnupg/pubring.gpg and enforce the old keyring format in ~buildd/.gnupg/gpg.conf. This is the purpose of the following puppet commits: https://salsa.debian.org/dsa-team/mirror/dsa-puppet/-/commit/d4e099680d3bd964b0837849b68728ec3ce7b52e https://salsa.debian.org/dsa-team/mirror/dsa-puppet/-/commit/44cb84d9f0a85d29c82e63f2e8ad1eb9b92530cc Then you also need to convert the gnupg keyring to the old format. You can do that with the following command: gpg --export > ~/.gnupg/pubring.gpg && mv ~/.gnupg/pubring.kbx ~/.gnupg/pubring.kbx.disabled Aurelien