Hi @J0pp3rt using docker for compiling is tricky in these cases, one needs to make sure the GPG keyring is pre-populated or that some mechanism is in place to import keys into the keyring. The devtools
command makechrootpkg
for example copies over the system pacman keyring into the chroot before building a PKGBUILD. Adding a custom prepare()
which automatically imports the key from upstream is generally considered unsafe. As this use case is specific to you, I won't be merging your suggestion, sorry.
Alternatively, you could also skip the GPG check entirely by using --skippgpcheck
.
Pinned Comments
hv15 commented on 2023-03-07 14:28 (UTC)
Re-added signature, users need to retrieve the PGP public key from upstream: https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc.
For convenience, you can also do the following (note the dash - at the end of the line!):