hseeberger / akka-http-json

Integrate some of the best JSON libs in Scala with Akka HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPG key not found during release

hseeberger opened this issue · comments

When releasing the GPG key is not found:

[error] Failed to close the repository
[error] Activity close started:2019-01-28T08:26:38.057Z, stopped:2019-01-28T08:27:09.044Z
[error]     Failed: signature-staging, failureMessage:No public key: Key with id: (7e9ea4d5213c0230) was not able to be located on <a href="http://keyserver.ubuntu.com:11371/">http://keyserver.ubuntu.com:11371/</a>. Upload your public key and try the operation again.

BUT the key IS published, the following gives you 200 and the key information:

curl 'http://keyserver.ubuntu.com:11371/pks/lookup?search=0x7e9ea4d5213c0230'

@kubukoz if you could help here, that would be highly appreciated

Looks like I can't access the keyserver at all at the moment... maybe Travis is in a similar situation